[SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI RMs
remove printk, which triggers because of low scsi clock on SNI RMs Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
2da8658910
commit
0cba35e42c
1 changed files with 0 additions and 2 deletions
|
@ -267,8 +267,6 @@ NCR_700_offset_period_to_sxfer(struct NCR_700_Host_Parameters *hostdata,
|
|||
offset = max_offset;
|
||||
}
|
||||
if(XFERP < min_xferp) {
|
||||
printk(KERN_WARNING "53c700: XFERP %d is less than minium, setting to %d\n",
|
||||
XFERP, min_xferp);
|
||||
XFERP = min_xferp;
|
||||
}
|
||||
return (offset & 0x0f) | (XFERP & 0x07)<<4;
|
||||
|
|
Loading…
Reference in a new issue