commit | 025270f0eaa2def673747ed6f77cca41f694f354 | [log] [tgz] |
---|---|---|
author | Hirofumi Nakagawa <hnakagawa@miraclelinux.com> | Thu Aug 21 13:43:37 2008 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Aug 29 09:05:05 2008 -0500 |
tree | f943ae492f283cd82382d5b078f4b9df194b42dd | |
parent | 6139308dca9437975125290698cb9306240f525c [diff] |
[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>