[SCSI] hpsa: sanitize max commands
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Wed, 16 Jun 2010 18:51:56 +0000 (13:51 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Tue, 27 Jul 2010 17:02:03 +0000 (12:02 -0500)
Some controllers might try to tell us they support 0 commands
in performant mode.  This is a lie told by buggy firmware.
We have to be wary of this lest we try to allocate a negative
number of command blocks, which will be treated as unsigned,
and get an out of memory condition.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found