LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* MMC: logical-bitwise and confusion in  tifm_sd_transfer_data()?
@ 2008-03-09 20:31 Roel Kluin
  2008-03-10 12:56 ` Pierre Ossman
  0 siblings, 1 reply; 5+ messages in thread
From: Roel Kluin @ 2008-03-09 20:31 UTC (permalink / raw)
  To: drzeus-mmc; +Cc: lkml

from drivers/mmc/host/tifm_sd.c:183:

if ((r_data->flags & MMC_DATA_WRITE)
    && DATA_CARRY)

shouldn't this be bit-wise &?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-15 15:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-09 20:31 MMC: logical-bitwise and confusion in tifm_sd_transfer_data()? Roel Kluin
2008-03-10 12:56 ` Pierre Ossman
2008-03-11  7:40   ` Alex Dubov
2008-03-11  8:00     ` [PATCH] MMC: DATA_CARRY is not boolean in tifm_sd_transfer_data() (was: MMC: logical-bitwise and confusion in tifm_sd_transfer_data()?) Roel Kluin
2008-03-15 15:01       ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).