]> 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>
Tue, 16 Aug 2011 13:46:04 +0000 (16:46 +0300)
commitf4bca0c9df1ad5c3bed0fe23d526f6b277fae614
tree5f0bb9492d3ecca31f5d01b0f19e19bb1bfe723b
parent5883a32cf2355cba897c604788f7912b10fed875
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