commit | d737c09cfb78424276e3eb45d1e7af578a451fd4 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jul 25 21:46:10 2011 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Jul 25 21:46:10 2011 +0200 |
tree | b8c9430670ce30c9d2100c87def3720bbe24f66f | |
parent | 3d30f9e69f152d8667b3b13ac6f566e6e76ef7b9 [diff] |
hwmon: (max1111) Avoid extra memory allocations We can allocate the tx and rx buffers as part of our data structure. Doing so is faster and spares memory. Signed-off-by: Jean Delvare <khali@linux-fr.org> Tested-by: Stanislav Brabec <utx@penguin.cz>