]> git.baikalelectronics.ru Git - kernel.git/commit
ipmi:ssif: Ignore spaces when comparing I2C adapter names
authorCorey Minyard <cminyard@mvista.com>
Tue, 31 Mar 2015 17:48:53 +0000 (12:48 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 5 May 2015 19:24:45 +0000 (14:24 -0500)
commit486949323e7915b891a9ced8aa5d909c77ff835c
tree737024f5452fc39d09fe6fc470c2140359bbd904
parent8917a89e18a2c491828a12fa9caa920478a060d8
ipmi:ssif: Ignore spaces when comparing I2C adapter names

Some of the adapters have spaces in their names, but that's really
hard to pass in as a module or kernel parameters.  So ignore the
spaces.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Documentation/IPMI.txt
drivers/char/ipmi/ipmi_ssif.c