[PATCH] floppy.c: pass physical device to device registration

2005-03-09 Thread Greg KH
ChangeSet 1.2047, 2005/03/09 09:53:08-08:00, [EMAIL PROTECTED] [PATCH] floppy.c: pass physical device to device registration With this patch the floppy driver creates the usual symlink in sysfs to the physical device backing the block device: $tree /sys/block/ /sys/block/ |-- fd0

[PATCH] floppy.c: pass physical device to device registration

2005-01-16 Thread Kay Sievers
With this patch the floppy driver creates the usual symlink in sysfs to the physical device backing the block device: $tree /sys/block/ /sys/block/ |-- fd0 | |-- dev | |-- device -> ../../devices/platform/floppy0 ... Signed-off-by: Kay Sievers <[EMAIL PROTECTED]> = drivers/bl