diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-04-11 01:54:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-04-11 09:18:47 -0400 |
commit | f90a65060e6a71a818abc3584ac64f986b838fba (patch) | |
tree | 8b0eebcbbc447059c2c61f5209eb1801a645e6e0 /drivers/rtc/rtc-pcf8563.c | |
parent | 015aefbb87f9e6bd5d3c82ece97f7a7ba8f9b66c (diff) |
[PATCH] RTC subsystem: whitespaces and error messages cleanup
- fix whitespace
- remove some debugging in excess
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/rtc-pcf8563.c')
-rw-r--r-- | drivers/rtc/rtc-pcf8563.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c index d857d45bdbe8..26feca7caf07 100644 --- a/drivers/rtc/rtc-pcf8563.c +++ b/drivers/rtc/rtc-pcf8563.c | |||
@@ -321,8 +321,6 @@ static int pcf8563_detach(struct i2c_client *client) | |||
321 | int err; | 321 | int err; |
322 | struct rtc_device *rtc = i2c_get_clientdata(client); | 322 | struct rtc_device *rtc = i2c_get_clientdata(client); |
323 | 323 | ||
324 | dev_dbg(&client->dev, "%s\n", __FUNCTION__); | ||
325 | |||
326 | if (rtc) | 324 | if (rtc) |
327 | rtc_device_unregister(rtc); | 325 | rtc_device_unregister(rtc); |
328 | 326 | ||