commit | 181a2aa185c092b840a2bc089e83629619f5b1ab | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Wed Oct 21 17:50:50 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 24 19:08:20 2015 -0700 |
tree | 6eb4cf0a30dfe4fe0cf002ae2da5374a409be285 | |
parent | 2aa9b96ff6b3bbeedf8e0a042e6f24f71775c58a [diff] |
staging: most: use preferred kzalloc parameters This patch uses the preferred call to kzalloc. It replaces kzalloc(sizeof(struct aim_fh)...) by kzalloc(sizeof(*fh)...). Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>