From e7cba884af366f49ab7b7f5157e690357addebba Mon Sep 17 00:00:00 2001 From: viresh kumar Date: Fri, 31 Jul 2015 16:23:43 +0530 Subject: [PATCH] rtc: Drop (un)likely before IS_ERR(_OR_NULL) IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there is no need to do that again from its callers. Drop it. gemini driver was using likely() for a failure case while the rtc driver is getting registered. That looks wrong and it should really be unlikely. But because we are killing all the unlikely() flags, lets kill that too. Signed-off-by: Viresh Kumar Acked-by: Hans Ulli Kroll Signed-off-by: Alexandre Belloni --- Reading git-format-patch failed