Microsemi / switchtec-kernel

A kernel module for the Microsemi PCIe switch
GNU General Public License v2.0
45 stars 31 forks source link

Remove code for disabling ID protection #102

Closed kelvin-cao closed 3 years ago

kelvin-cao commented 3 years ago

ID protection is a static setting in the Switchtec config file. We shouldn't disable it in the driver, otherwise the setting in the config file will not take effect.

lsgunth commented 3 years ago

If ID protection is set in the config file does that break the driver? If so, then I would not remove it. Otherwise this is fine.

Please ensure this information is in the commit message.

kelvin-cao commented 3 years ago

No, it doesn't. I've added the justification in the commit message.