git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6139308
)
[SCSI] zfcp: Remove duplicated unlikely() macros.
author
Hirofumi Nakagawa
<hnakagawa@miraclelinux.com>
Thu, 21 Aug 2008 11:43:37 +0000
(13:43 +0200)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 29 Aug 2008 14:05:05 +0000
(09:05 -0500)
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>
No differences found