• D
    [SCSI] aacraid: use lower snprintf() limit · dc55b827
    Dan Carpenter 提交于
    This is just a cleanup, to silence static checker warnings.  It
    doesn't change how the code works.
    
    buf[] can either be BUF_SIZE if this is called from sysfs, or it can
    be 16 if it's called from aac_get_adapter_info() via
    aac_get_serial_number().  We use the smaller limit here.
    
    sizeof(dev->supplement_adapter_info.MfgPcbaSerialNo) is 12 so there
    is actually no chance of hitting either limit.
    Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
    Acked-by: Achim Leubner <Achim_Leubner@pmc-sierra.com> 
    Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
    dc55b827
linit.c 44.3 KB