[PATCH 1/2] mtd: gpmi: set the Golois Field bit for mx6q's BCH
Artem Bityutskiy
dedekind1 at gmail.com
Mon Feb 4 03:31:28 EST 2013
On Fri, 2013-01-25 at 14:04 +0800, Huang Shijie wrote:
> +#define BF_BCH_FLASH0LAYOUT0_GF(v, x) \
> + ((GPMI_IS_MX6Q(x) && ((v) == 14)) \
> + ? (((1) << MX6Q_BP_BCH_FLASH0LAYOUT0_GF_13_14) \
> + & MX6Q_BM_BCH_FLASH0LAYOUT0_GF_13_14) \
> + : 0 \
> + )
Did you consider using static inline functions instead of macro
definitions? The added value would be at least type-checking. You would
also probably use names better than "v" and "x", you could even have
commentaries. Please, consider doing this.
Anyway, pushed to l2-mtd.git, thanks!
--
Best Regards,
Artem Bityutskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20130204/e454a403/attachment-0001.sig>
More information about the linux-mtd
mailing list