diff options
Diffstat (limited to 'include/scsi/sg.h')
| -rw-r--r-- | include/scsi/sg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/scsi/sg.h b/include/scsi/sg.h index 068e35d36557..af31cecd9012 100644 --- a/include/scsi/sg.h +++ b/include/scsi/sg.h @@ -159,7 +159,7 @@ struct compat_sg_io_hdr {  #define TASK_ABORTED         0x20  /* Obsolete status_byte() declaration */ -#define status_byte(result) (((result) >> 1) & 0x7f) +#define sg_status_byte(result) (((result) >> 1) & 0x7f)  typedef struct sg_scsi_id { /* used by SG_GET_SCSI_ID ioctl() */      int host_no;        /* as in "scsi<n>" where 'n' is one of 0, 1, 2 etc */ |