]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: Simplify flash_get_info()
authorStefan Roese <sr@denx.de>
Mon, 30 Aug 2010 09:14:38 +0000 (11:14 +0200)
committerStefan Roese <sr@denx.de>
Mon, 20 Sep 2010 13:08:33 +0000 (15:08 +0200)
commitcba34aafde5f50e61d242f86bd4d214207ec7ca7
treeef577761c161ea3fd6c70ad0674bccd9882a0ce9
parentff377b1c0e891569b6da13629090aad7c38175e0
cfi_flash: Simplify flash_get_info()

This patch removes an unecessary check in the return statement. This is
not needed, since "info" is initializes to NULL. And "info" will not be
written to again, if the flash address is not found.

Additionally "info" is not initialized to "0" but to "NULL".

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c