tifm_sd: separate command flags, socket flags and register bit masks
authorAlex Dubov <oakad@yahoo.com>
Thu, 12 Apr 2007 06:59:23 +0000 (16:59 +1000)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:14 +0000 (13:04 +0200)
host->flags variable was hosting a collection of bits with different
semantics. For clarity, hardware bit masks are now defined as macros,
socket flags represented as bit fields and flags (now cmd_flags) only
hosts command processing modifiers.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

No differences found