diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2008-05-01 21:35:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:15:53 +0200 |
commit | 7e4d6c387994294ac8198b624ee71e75de60dfd2 (patch) | |
tree | 09c8c519a6284f79c38f49347eb7fdf44d8de13e /sound/drivers/mtpav.c | |
parent | USB: io_ti: FIrst cut at a big clean up (diff) | |
download | linux-7e4d6c387994294ac8198b624ee71e75de60dfd2.tar.xz linux-7e4d6c387994294ac8198b624ee71e75de60dfd2.zip |
usb-storage: separate dynamic flags from fixed flags
This patch (as1089) separates out the dynamic atomic bitflags and the
static bitfields in usb-storage. Until now the two sorts of flags
have been sharing the same word; this has always been awkward.
To help prevent possible confusion, the two new fields each have a
different name from the original. us->fflags contains the fixed
bitfields (mostly taken from the USB ID table in unusual_devs.h), and
us->dflags contains the dynamic atomic bitflags (used with set_bit,
test_bit, and so on).
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'sound/drivers/mtpav.c')
0 files changed, 0 insertions, 0 deletions