Prev: rtmutex: add BUG_ON if a task attempts to block on two locks
Next: [PATCH v3 1/1] HID: Add Support for Setting and Getting Feature Reports from hidraw
From: Chris Li on 10 Jul 2010 14:40 On Sat, Jul 10, 2010 at 1:39 AM, Jiri Slaby <jslaby(a)suse.cz> wrote: > + � � � if (token->ident == &goto_ident) { You need to test the token type is TOKEN_IDENT before using token->ident. I will apply your patch with the fix up. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |