Re: [PATCH 3/3] mmc: fix sdio_io sparse errors

From: Marcel Holtmann
Date: Mon Jun 30 2008 - 05:01:03 EST


Hi Tomas,

> This patch fixes sdio_io sparse errors.
> This fix changes signature of API functions,
> changing
> unsigned char -> u8
> unsigned short -> u16
> unsigned long -> u32 - this was probably a bug in 64 bit platforms

why are we not using the new get_unaligned_le* and put_unaligned_le*
functions for the tmpbuf access?

Regards

Marcel


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/