From: Andy Shevchenko on 14 Jan 2010 08:10 From: Andy Shevchenko <ext-andriy.shevchenko(a)nokia.com> There are few fixes that substitute custom implementation of atoi() by simple_strtol() kernel's method. Andy Shevchenko (3): Fix minor spelling error in comments drm: Don't use own implementation of atoi() staging: don't use custom implementation of atoi() arch/x86/mm/gup.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 24 ++-------- drivers/staging/wlags49_h2/wl_main.c | 2 +- drivers/staging/wlags49_h2/wl_profile.c | 76 +++++++++++++++--------------- drivers/staging/wlags49_h2/wl_util.c | 49 -------------------- drivers/staging/wlags49_h2/wl_util.h | 2 - 6 files changed, 45 insertions(+), 110 deletions(-) -- 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/
|
Pages: 1 Prev: [PATCH 1/3] Fix minor spelling error in comments Next: OOM-Killer kills too much with 2.6.32.2 |