commit | 90bbf4fdf2dc64aa7c20a93a9744c56a566baf26 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Feb 01 13:33:42 2012 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Feb 01 17:10:52 2012 -0700 |
tree | 2a2064393255a8da679c9c38c426e76fdc896430 | |
parent | bc266185888e4033d8439b4fc6bdd14a41f4041e [diff] |
spi/nuc900: Remove unnecessary memset of struct nuc900_spi The memory allocated using kzalloc by spi_alloc_master so it doesn't need to be set to 0 again. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>