i2c: Drop dummy variable
authorJean Delvare <khali@linux-fr.org>
Wed, 11 Aug 2010 16:20:59 +0000 (18:20 +0200)
committerJean Delvare <khali@linux-fr.org>
Wed, 11 Aug 2010 16:20:59 +0000 (18:20 +0200)
Now that bus_for_each_drv() is no longer __must_check, we can drop the
dummy variable that was used to store the returned value.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Justin P. Mattock <justinmattock@gmail.com>

No differences found