]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: s3c2410 nand: Remove uncessary null check
authorJonghwan Choi <jhbird.choi@samsung.com>
Thu, 21 Jul 2011 06:33:58 +0000 (15:33 +0900)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:17 +0000 (15:02 +0300)
commit4aa10626adbc27dcf2e3462bb82b4963c5545669
treeef66b79aecbb99caae85a5aee38d46df806ac0e0
parent92394b5c2be774425f255b5c7afbd8b19978fe12
mtd: s3c2410 nand: Remove uncessary null check

clk_get() return a pointer to the struct clk or an ERR_PTR().

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
drivers/mtd/nand/s3c2410.c