From: Hirofumi Nakagawa Date: Thu, 21 Aug 2008 11:43:37 +0000 (+0200) Subject: [SCSI] zfcp: Remove duplicated unlikely() macros. X-Git-Tag: v2.6.27-rc7~55^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=025270f0eaa2def673747ed6f77cca41f694f354;p=pandora-kernel.git [SCSI] zfcp: Remove duplicated unlikely() macros. Some drivers have duplicated unlikely() macros. IS_ERR() already has unlikely() in itself. This patch cleans up such pointless codes although there is no real effect on the kernel's behaviour. Signed-off-by: Hirofumi Nakagawa Signed-off-by: Christof Schmitt Signed-off-by: James Bottomley --- Reading git-diff-tree failed