]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] zfcp: Remove duplicated unlikely() macros.
authorHirofumi Nakagawa <hnakagawa@miraclelinux.com>
Thu, 21 Aug 2008 11:43:37 +0000 (13:43 +0200)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 29 Aug 2008 14:05:05 +0000 (09:05 -0500)
commit025270f0eaa2def673747ed6f77cca41f694f354
treef943ae492f283cd82382d5b078f4b9df194b42dd
parent6139308dca9437975125290698cb9306240f525c
[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 <hnakagawa@miraclelinux.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/s390/scsi/zfcp_fsf.c