From: Devanshu Mehta <[EMAIL PROTECTED]> Date: Tue, 03 Jan 2006 13:58:09 -0500
> From f_u32.c: > > if (strcmp(*argv, "priority") == 0) { > NEXT_ARG(); > res = parse_u8(&argc, &argv, sel, 0, 0); > goto done; > } ... > I believe, the code above should actually read: > > if (strcmp(*argv, "priority") == 0) { > NEXT_ARG(); > res = parse_u8(&argc, &argv, sel, 4, 0); > goto done; > } > > though I may be mistaken as to the actual syntax of parse_u8(). That looks about right to me. Did you do testing with this fix made? Jamal/Thomas/Stephen? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html