commit | cbf8de1620cdb1abb5b0618ff561004f816064fc | [log] [tgz] |
---|---|---|
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | Mon Dec 28 12:22:06 2009 +0100 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Mon Dec 28 12:33:00 2009 +0100 |
tree | 827fcc026734b805b546f02016e47089acbeb960 | |
parent | 754a00aeb26bcc8bf82897538a078bc84a6d95c7 [diff] |
avr32: clean up memory allocation in at32_add_device_mci This patch will check if the kzalloc for the MCI DMA struct actually returns a valid address, and also clean up properly if it fails or the function fails at a later stage. This also silences a compiler warning about using the slave variable uninitialized. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>