commit | 68188ba7de2db9999ff08a4544a78b2f10eb08bd | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon May 16 18:52:38 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 21 21:51:57 2005 -0700 |
tree | 37e0406d7f2b6ace2bc73043bda0c745d3aa5e37 | |
parent | ff3240946d6a3d9f2ecf273f7330e09eec5484eb [diff] |
[PATCH] I2C: Kill common macro abuse in chip drivers 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>