From: Maxime Ripard Date: Tue, 1 Jul 2014 09:33:20 +0000 (+0200) Subject: ARM: at91: PIT: Use consistent exit path in probe X-Git-Tag: fixes-for-v3.18-merge-window~3^2~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a981b29f027ace1b27fb4a96cef6cbfee49dbdd7;p=pandora-kernel.git ARM: at91: PIT: Use consistent exit path in probe The current probe code is, whenever it fails to retrieve a resource, either panicing, silently returning, or returning and displaying an error. Make the code consistent by always panicing whenever it fails to grab any resource. Signed-off-by: Maxime Ripard Acked-by: Boris BREZILLON Acked-by: Alexandre Belloni Acked-by: Daniel Lezcano Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed