From: Baruch Siach Date: Wed, 29 May 2013 08:11:17 +0000 (+0200) Subject: clocksource: dw_apb: Fix error check X-Git-Tag: v3.11-rc1~77^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a33bd2be705cbb3f57d7223b60baea441039307;p=pandora-kernel.git clocksource: dw_apb: Fix error check irq_of_parse_and_map() returns 0 on error, while the code checks for NO_IRQ. This breaks on platforms that have NO_IRQ != 0. Cc: Signed-off-by: Baruch Siach Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed