diff options
| author | Ron Yorston <rmy@pobox.com> | 2026-02-12 12:50:11 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2026-02-12 12:58:38 +0000 |
| commit | de7b34e8c779d8baca5abba1394284e0b6e87dc6 (patch) | |
| tree | 6cad7836abe5610f97c32d9b5d395f5e9c34929d /miscutils/devfsd.c | |
| parent | 7e0c303a8804608e3c11151655d270a63bfffcfa (diff) | |
| parent | 8424dc436a66a224b73429675a481d074fc2f8dc (diff) | |
| download | busybox-w32-merge.tar.gz busybox-w32-merge.tar.bz2 busybox-w32-merge.zip | |
Merge branch 'busybox' into mergemerge
Diffstat (limited to 'miscutils/devfsd.c')
| -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); |
