1
0
Fork 0
alistair23-linux/drivers/atm
Robert P. J. Day 5cbded585d [PATCH] getting rid of all casts of k[cmz]alloc() calls
Run this:

	#!/bin/sh
	for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do
	  echo "De-casting $f..."
	  perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f
	done

And then go through and reinstate those cases where code is casting pointers
to non-pointers.

And then drop a few hunks which conflicted with outstanding work.

Cc: Russell King <rmk@arm.linux.org.uk>, Ian Molton <spyro@f2s.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Greg KH <greg@kroah.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Paul Fulghum <paulkf@microgate.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Karsten Keil <kkeil@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Ian Kent <raven@themaw.net>
Cc: Steven French <sfrench@us.ibm.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Neil Brown <neilb@cse.unsw.edu.au>
Cc: Jaroslav Kysela <perex@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-13 09:05:58 -08:00
..
.gitignore [ATM]: Ignore generated file pca200e_ecd.bin2 2006-12-11 14:34:35 -08:00
Kconfig [PATCH] atm/ambassador: use bitrev8 2006-12-08 08:28:40 -08:00
Makefile [ATM]: Add CPPFLAGS to byteorder.h check 2006-12-06 18:38:42 -08:00
adummy.c [ATM]: kmalloc to kzalloc patches for drivers/atm 2006-10-04 00:31:04 -07:00
ambassador.c [PATCH] atm/ambassador: use bitrev8 2006-12-08 08:28:40 -08:00
ambassador.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
atmsar11.data Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmsar11.regions Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmsar11.start Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmtcp.c [ATM]: deregistration removes device from atm_devs list immediately 2005-11-29 16:16:41 -08:00
eni.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
eni.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
firestream.c [ATM] ambassador,firestream: "-1 >>" is implementation defined 2006-12-02 21:22:25 -08:00
firestream.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fore200e.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
fore200e.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fore200e_firmware_copyright Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fore200e_mkfirm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
he.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
he.h [ATM]: [he] Use the DMA_32BIT_MASK constant from dma-mapping.h 2005-04-24 18:55:35 -07:00
horizon.c [ATM] horizon: read_bia() needs to be __devinit 2006-10-24 16:16:39 -07:00
horizon.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
idt77105.c [ATM]: [idt77105] should be __devinit not __init 2006-06-29 16:58:12 -07:00
idt77105.h [ATM]: [idt77105] should be __devinit not __init 2006-06-29 16:58:12 -07:00
idt77252.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
idt77252.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
idt77252_tables.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
iphase.c Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
iphase.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
lanai.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
midway.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nicstar.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
nicstar.h [NET]: Kill skb->list 2005-08-29 15:31:14 -07:00
nicstarmac.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nicstarmac.copyright Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pca200e.data Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pca200e_ecd.data Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sba200e_ecd.data Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
suni.c [ATM]: [suni] change suni_init to __devinit 2006-06-29 16:58:17 -07:00
suni.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tonga.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uPD98401.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uPD98402.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
uPD98402.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
zatm.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
zatm.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
zeprom.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00