spi/nuc900: Remove unnecessary memset of struct nuc900_spi
authorTobias Klauser <tklauser@distanz.ch>
Wed, 1 Feb 2012 12:33:42 +0000 (13:33 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 2 Feb 2012 00:10:52 +0000 (17:10 -0700)
commit90bbf4fdf2dc64aa7c20a93a9744c56a566baf26
tree2a2064393255a8da679c9c38c426e76fdc896430
parentbc266185888e4033d8439b4fc6bdd14a41f4041e
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>
drivers/spi/spi-nuc900.c