[PATCH] I2C: Kill common macro abuse in chip drivers
authorJean Delvare <khali@linux-fr.org>
Mon, 16 May 2005 16:52:38 +0000 (18:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:51:57 +0000 (21:51 -0700)
This patch kills a common macro abuse in i2c chip drivers: defining
ALARMS_FROM_REG returning its argument unchanged. Dropping the macro
makes the code somewhat more readable IMHO.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found