* [PATCH] ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c
@ 2006-12-22 10:09 Dirk Behme
2006-12-22 20:34 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2006-12-22 10:09 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 112 bytes --]
ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c
Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
[-- Attachment #2: ads_fixes.txt --]
[-- Type: text/plain, Size: 558 bytes --]
Index: linux-osk/drivers/input/touchscreen/ads7846.c
===================================================================
--- linux-osk.orig/drivers/input/touchscreen/ads7846.c
+++ linux-osk/drivers/input/touchscreen/ads7846.c
@@ -201,7 +201,7 @@ static int ads7846_read12_ser(struct dev
{
struct spi_device *spi = to_spi_device(dev);
struct ads7846 *ts = dev_get_drvdata(dev);
- struct ser_req *req = kzalloc(sizeof *req, SLAB_KERNEL);
+ struct ser_req *req = kzalloc(sizeof *req, GFP_KERNEL);
int status;
int sample;
int use_internal;
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c
2006-12-22 10:09 [PATCH] ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c Dirk Behme
@ 2006-12-22 20:34 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-12-22 20:34 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
* Dirk Behme <dirk.behme@googlemail.com> [061222 02:10]:
>
> ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c
>
> Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>
> Index: linux-osk/drivers/input/touchscreen/ads7846.c
> ===================================================================
> --- linux-osk.orig/drivers/input/touchscreen/ads7846.c
> +++ linux-osk/drivers/input/touchscreen/ads7846.c
> @@ -201,7 +201,7 @@ static int ads7846_read12_ser(struct dev
> {
> struct spi_device *spi = to_spi_device(dev);
> struct ads7846 *ts = dev_get_drvdata(dev);
> - struct ser_req *req = kzalloc(sizeof *req, SLAB_KERNEL);
> + struct ser_req *req = kzalloc(sizeof *req, GFP_KERNEL);
> int status;
> int sample;
> int use_internal;
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-22 20:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-22 10:09 [PATCH] ARM: OMAP: Convert SLAB_KERNEL to GFP_KERNEL in ads7846.c Dirk Behme
2006-12-22 20:34 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox