The patch titled drivers/media/dvb/frontends/stv0900_priv.h: remove broken, unused macro has been added to the -mm tree. Its filename is drivers-media-dvb-frontends-stv0900_privh-remove-broken-unused-macro.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/media/dvb/frontends/stv0900_priv.h: remove broken, unused macro From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> It both has unbalanced parentheses and == is not = and it's not used anywhere anyway. Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/dvb/frontends/stv0900_priv.h | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/media/dvb/frontends/stv0900_priv.h~drivers-media-dvb-frontends-stv0900_privh-remove-broken-unused-macro drivers/media/dvb/frontends/stv0900_priv.h --- a/drivers/media/dvb/frontends/stv0900_priv.h~drivers-media-dvb-frontends-stv0900_privh-remove-broken-unused-macro +++ a/drivers/media/dvb/frontends/stv0900_priv.h @@ -60,8 +60,6 @@ } \ } while (0) -#define dmd_choose(a, b) (demod = STV0900_DEMOD_2 ? b : a)) - static int stvdebug; #define dprintk(args...) \ _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are drivers-media-dvb-frontends-stv0900_privh-remove-broken-unused-macro.patch reiser4.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html