mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Nuke out a printf that otherwise spews crap at probe() time. A no-no.
This commit is contained in:
parent
36ea0db5c6
commit
6131b9dcd0
@ -243,7 +243,7 @@ handle_attention(unsigned unit)
|
||||
}
|
||||
|
||||
if (loop_count > 20) {
|
||||
printf("scd%d: Too many attentions: %d\n", unit, loop_count);
|
||||
/* printf("scd%d: Too many attentions: %d\n", unit, loop_count); */
|
||||
loop_count = 0;
|
||||
return 0;
|
||||
}
|
||||
|
@ -243,7 +243,7 @@ handle_attention(unsigned unit)
|
||||
}
|
||||
|
||||
if (loop_count > 20) {
|
||||
printf("scd%d: Too many attentions: %d\n", unit, loop_count);
|
||||
/* printf("scd%d: Too many attentions: %d\n", unit, loop_count); */
|
||||
loop_count = 0;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user