Stephen Hemminger
|
3b06c21e84
floppy: make controller const
|
15 years ago |
Arnd Bergmann
|
6e9624b8ca
block: push down BKL into .open and .release
|
15 years ago |
Arnd Bergmann
|
8a6cfeb6de
block: push down BKL into .locked_ioctl
|
15 years ago |
Stephen Hemminger
|
01b6b67eda
floppy: use warning macros
|
15 years ago |
Stephen Hemminger
|
b862f26fe1
floppy: use wait_event_interruptible
|
15 years ago |
Stephen Hemminger
|
21af544804
floppy: fix signed/unsigned warnings
|
15 years ago |
Stephen Hemminger
|
be1c0fbfb4
floppy: cmos attribute should be static
|
15 years ago |
Stephen Hemminger
|
575cfc673e
floppy: use atomic type for usage_count
|
15 years ago |
Stephen Hemminger
|
41a55b4de3
floppy: silence warning during disk test
|
15 years ago |
Stephen Hemminger
|
be7a12bb1a
floppy: remove unnecessary inlines
|
15 years ago |
Stephen Hemminger
|
285203c8ff
floppy: initialize debug jiffies offset
|
15 years ago |
Joe Perches
|
724ee626f3
drivers/block/floppy.c: remove unnecessary casting in fd_ioctl
|
15 years ago |
Joe Perches
|
0aad92cfea
drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macro
|
15 years ago |
Joe Perches
|
712e1de43e
drivers/block/floppy.c: remove obfuscating CODE2SIZE macro
|
15 years ago |
Joe Perches
|
ded2863d09
drivers/block/floppy.c: add __func__ to debugt
|
15 years ago |
Joe Perches
|
7f2527174a
drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: goto
|
15 years ago |
Joe Perches
|
ce2f11fe78
drivers/block/floppy.c: remove some unnecessary casting
|
15 years ago |
Joe Perches
|
1ebddd85a6
drivers/block/floppy.c: use %pf in logging messages
|
15 years ago |
Joe Perches
|
275176bc2a
drivers/block/floppy.c: use __func__ where appropriate
|
15 years ago |
Joe Perches
|
891eda80a5
drivers/block/floppy.c: DPRINT neatening
|
15 years ago |
Joe Perches
|
1a23d13335
drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECK
|
15 years ago |
Joe Perches
|
73507e6cd8
drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeout
|
15 years ago |
Joe Perches
|
0da3132f90
drivers/block/floppy.c: unclutter redo_fd_request logic
|
15 years ago |
Joe Perches
|
416d8d2888
drivers/block/floppy.c: remove REPEAT macro
|
15 years ago |
Joe Perches
|
15b2630c58
drivers/block/floppy.c: remove unnecessary return and braces
|
15 years ago |
Joe Perches
|
57584c5a38
drivers/block/floppy.c: add function is_ready_state
|
15 years ago |
Joe Perches
|
29f1c7848f
drivers/block/floppy.c: convert int initialising to bool initialized
|
15 years ago |
Joe Perches
|
4d18ef09df
drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"
|
15 years ago |
Joe Perches
|
c529730a98
drivers/block/floppy.c: move leading && and || to preceding line
|
15 years ago |
Joe Perches
|
74f63f469e
drivers/block/floppy.c: convert int 1/0 to bool true/false
|
15 years ago |