The patch titled e1000e: remove unnecessary snippet missed in prior check_options update has been removed from the -mm tree. Its filename was e1000e-remove-unnecessary-snippet-missed-in-prior-check_options-update.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: e1000e: remove unnecessary snippet missed in prior check_options update From: Bruce Allan <bruce.w.allan@xxxxxxxxx> The removal of this bit of code was missed in an earlier patch submittal. Signed-off-by: Bruce Allan <bruce.w.allan@xxxxxxxxx> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/e1000e/param.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/net/e1000e/param.c~e1000e-remove-unnecessary-snippet-missed-in-prior-check_options-update drivers/net/e1000e/param.c --- a/drivers/net/e1000e/param.c~e1000e-remove-unnecessary-snippet-missed-in-prior-check_options-update +++ a/drivers/net/e1000e/param.c @@ -324,8 +324,6 @@ void __devinit e1000e_check_options(stru adapter->itr = 20000; break; default: - e1000_validate_option(&adapter->itr, &opt, - adapter); /* * Save the setting, because the dynamic bits * change itr. _ Patches currently in -mm which might be from bruce.w.allan@xxxxxxxxx are git-net.patch e1000e-remove-inapplicable-test-for-ioport-checkpatch-fixes.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