]> 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)
commit27a125bd5cacd406fe09df5a296bbf5e59234904
tree737024f5452fc39d09fe6fc470c2140359bbd904
parente0359c10ecd70917eff33b42ee9854ca2d9ff3db
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