mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
rtc: ds1307: remove superfluous initialization
ds1307 was kzalloced, so no need to zero members of the struct. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7981159589
commit
f8ae97019f
@ -637,7 +637,6 @@ static int __devinit ds1307_probe(struct i2c_client *client,
|
||||
|
||||
ds1307->client = client;
|
||||
ds1307->type = id->driver_data;
|
||||
ds1307->offset = 0;
|
||||
|
||||
buf = ds1307->regs;
|
||||
if (i2c_check_functionality(adapter, I2C_FUNC_SMBUS_I2C_BLOCK)) {
|
||||
|
Loading…
Reference in New Issue
Block a user