|
@@ -4967,7 +4967,7 @@ void ncr_complete (struct ncb *np, struct ccb *cp)
|
|
sizeof(cp->sense_buf)));
|
|
sizeof(cp->sense_buf)));
|
|
|
|
|
|
if (DEBUG_FLAGS & (DEBUG_RESULT|DEBUG_TINY)) {
|
|
if (DEBUG_FLAGS & (DEBUG_RESULT|DEBUG_TINY)) {
|
|
- u_char * p = (u_char*) & cmd->sense_buffer;
|
|
|
|
|
|
+ u_char *p = cmd->sense_buffer;
|
|
int i;
|
|
int i;
|
|
PRINT_ADDR(cmd, "sense data:");
|
|
PRINT_ADDR(cmd, "sense data:");
|
|
for (i=0; i<14; i++) printk (" %x", *p++);
|
|
for (i=0; i<14; i++) printk (" %x", *p++);
|