Re: [PATCH 5/5] aacraid: Check scsi_bios_ptabe return code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 30, 2005 at 10:36:42AM -0800, Mark Haverkamp wrote:
> Received from Mark Salyzyn.
> 
> scsi_bios_ptable return value is not being checked in aac_biosparm.

should probably go into 2.6.15 after the usual trivial codingstyle fix..

>  	buf = scsi_bios_ptable(bdev);
> +	if(buf == NULL)
> +		return 0;

	if (!buf)
		return 0;

-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux