[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1263473812.git.ext-andriy.shevchenko@nokia.com>
Date: Thu, 14 Jan 2010 15:07:20 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Andy Shevchenko <ext-andriy.shevchenko@...ia.com>
Subject: [PATCH 0/3] Bunch of fixes related to custom atoi() implementation
From: Andy Shevchenko <ext-andriy.shevchenko@...ia.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists