[PATCH] Remove unnecessary check in drivers/rtc/rtc-v3020.c
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 1 Oct 2006 06:28:09 +0000 (23:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:24 +0000 (00:39 -0700)
commit397d6140e93156ecb9cafcd9be0db10ff3c12ab3
treed24bdacaf4fd31cbddc684e4b3d9d216911b4c2d
parent3a2711116073db258224afd2cc0f478bdf305575
[PATCH] Remove unnecessary check in drivers/rtc/rtc-v3020.c

Looks like the probe function always gets a valid pdev, and checking it
after dereferencing it is pretty useless.  This patch removes the check
(cid #1365)

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Raphael Assenat <raph@raphnet.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-v3020.c