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:
eb44552
)
esp_scsi: remove check for ESP_MAX_TAGS
author
Hannes Reinecke
<hare@suse.de>
Fri, 2 Jan 2015 14:18:13 +0000
(15:18 +0100)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 9 Jan 2015 14:44:23 +0000
(15:44 +0100)
'num_tags' is an unsigned char, so the check for 'ESP_MAX_TAGS'
(which is set to 256) is pointless.
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
No differences found