diff options
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/devfsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 642cd3637..d57691414 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -962,7 +962,6 @@ static void action_compat(const struct devfsd_notify_struct *info, unsigned int | |||
| 962 | dest_name = dest_buf; | 962 | dest_name = dest_buf; |
| 963 | compat_name = compat_buf; | 963 | compat_name = compat_buf; |
| 964 | 964 | ||
| 965 | |||
| 966 | /* 1 == scsi/generic 2 == scsi/disc 3 == scsi/cd 6 == ide/host/disc 7 == ide/host/cd */ | 965 | /* 1 == scsi/generic 2 == scsi/disc 3 == scsi/cd 6 == ide/host/disc 7 == ide/host/cd */ |
| 967 | if (i == 1 || i == 2 || i == 3 || i == 6 || i ==7) | 966 | if (i == 1 || i == 2 || i == 3 || i == 6 || i ==7) |
| 968 | sprintf(compat_buf, fmt[i], host, bus, target, lun); | 967 | sprintf(compat_buf, fmt[i], host, bus, target, lun); |
