Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6003
b: refs/heads/master
c: 1f57ff8
h: refs/heads/master
i:
  6001: 09b9568
  5999: 05bdf71
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Aug 26, 2005
1 parent eeb6f20 commit 279d4e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d634cc15e8f33332038dc9c078beae79f9382ada
refs/heads/master: 1f57ff89fee47a317e9e8ca63bf0f139802cc116
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adm1026.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ int adm1026_detect(struct i2c_adapter *adapter, int address,

/* Error out and cleanup code */
exitfree:
kfree(new_client);
kfree(data);
exit:
return err;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adm1031.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static int adm1031_detect(struct i2c_adapter *adapter, int address, int kind)
return 0;

exit_free:
kfree(new_client);
kfree(data);
exit:
return err;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adm9240.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static int adm9240_detect(struct i2c_adapter *adapter, int address, int kind)

return 0;
exit_free:
kfree(new_client);
kfree(data);
exit:
return err;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/smsc47b397.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static int smsc47b397_detect(struct i2c_adapter *adapter, int addr, int kind)
return 0;

error_free:
kfree(new_client);
kfree(data);
error_release:
release_region(addr, SMSC_EXTENT);
return err;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/smsc47m1.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ static int smsc47m1_detect(struct i2c_adapter *adapter, int address, int kind)
return 0;

error_free:
kfree(new_client);
kfree(data);
error_release:
release_region(address, SMSC_EXTENT);
return err;
Expand Down

0 comments on commit 279d4e5

Please sign in to comment.