]> git.karo-electronics.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>
Fri, 22 Jul 2011 08:26:37 +0000 (11:26 +0300)
commit15ed1532476fc9da804d53340dffbdf5f92dc5b9
tree680e2915f9ff05faabd1370aebeb8a28fd487cf8
parentf8b787082d843fd536a41c738b82001b4d67dd15
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