Re: [PATCH] ISDN: Change pci_find_device() calls to pci_get_device()

2007-09-21 Thread Surya Prabhakar N
or_id) { > - dev_w6692 = pci_get_device(id_list[id_idx].vendor_id, > + dev_w6692 = pci_find_device(id_list[id_idx].vendor_id, > id_list[id_idx].device_id, > dev_w6692);

drivers/net/tokenring/3c359.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/net/tokenring/3c359.c Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/net/tokenring/3c359.c b/drivers/net/tokenring/3c359.c index 9f1b6ab..d36dd53 100644 --- a/drivers/net/tokenring/3

[KJ] replacing kmalloc with kzalloc in drivers/net/sb1250-mac.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/net/sb1250-mac.c Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c index e7fdcf1..2dca5a7 100644 --- a/drivers/net/sb1250-mac.c +++ b/drivers/net/

[KJ] replacing kmalloc with kzalloc in drivers/mtd/devices/docprobe.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/mtd/devices/docprobe.c. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/devices/docprobe.c b/drivers/mtd/devices/docprobe.c index 54aa759..53be397 100644 --- a/drivers/mtd/devices/docp

[KJ] replacing kmalloc with kzalloc in drivers/mtd/chips/jedec_probe.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/mtd/chips/jedec_probe.c. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c index 58e561e..ba5fc39 100644 --- a/drivers/mtd

[KJ] replacing kmalloc with kzalloc in drivers/mtd/chips/cfi_probe.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in arch/i386/kernel/io_apic.c Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/chips/cfi_probe.c b/drivers/mtd/chips/cfi_probe.c index 60e11a0..efb51f7 100644 --- a/drivers/mtd/chips/cfi_probe.c

[KJ-resend]replacing kmalloc with kzalloc in drivers/mtd/chips/cfi_probe.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/mtd/chips/cfi_probe.c. Kindly ignore the previous similar patch. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/chips/cfi_probe.c b/drivers/mtd/chips/cfi_probe.c index 60e11a0..e

cli/sti cleanup in drivers/net/cris/eth_v10.c

2007-08-13 Thread Surya Prabhakar N
Hi, Removed the cli/sti reference in eth_v10.c and updated it with proper spinlock code. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index 5bdf5ca..d1f7225 100644 --- a/drivers/net/cris/eth_v10.c +++ b/d

[KJ] replacing kmalloc with kzalloc in io_apic.c

2007-08-13 Thread Surya Prabhakar N
Hi, Replacing kmalloc with kzalloc and cleaning up memset in arch/i386/kernel/io_apic.c Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c index 4b8a8da..1329615 100644 --- a/arch/i386/kernel/io_apic.c +++ b/arc

Drop patch update-isdn-tree-to-use-pci_get_device.patch from -mm tree

2007-07-15 Thread Surya Prabhakar N
Hi Andrew, I would request you to drop the patch update-isdn-tree-to-use-pci_get_device.patch from the -mm tree since a new bug is been identified in that by jeff. thanks. surya. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 1/12] drivers/isdn/hisax/avm_pci.c: replace pci_find_device with pci_get_device

2007-07-15 Thread Surya Prabhakar N
vm is getting initialized in this file static struct pci_dev *dev_avm __devinitdata = NULL; so can I do an extern static struct pci_dev *dev_avm; in the config.c and call pci_dev_put(dev_avm) in config.c file's module_exit or whereever there is an error return? > > Jeff

RE:[PATCH 0/12] drivers/isdn: replace pci_find_device with pci_get_device

2007-07-14 Thread Surya
re patch only the files not listed in the above patch.. Also look at the kernel archives before you start patching , just to make sure somebody has not done it already.. thanks surya. List: linux-kernel Subject:[PATCH 0/12] drivers/isdn: replace pci_find_device with pci_get_dev

updated sbpcd.c

2007-06-28 Thread Surya Prabhakar N
Hi emoenke, Can this patch be verified and pulled into your tree. thanks. Surya. From: Jesper Juhl <[EMAIL PROTECTED]> To: Surya <[EMAIL PROTECTED]> Cc: , Linux Kernel , [EMAIL PROTECTED] Subject: Re: [PATCH]: check_region cleanup in sbpcd.c Date: Tue, 26 Jun 2007 01:07:41 +02

[PATCH]: check_region cleanup in sbpcd.c

2007-06-11 Thread Surya
to acknowledge it? > Please tell your mail client not to include crap like that when > sending to public mailing lists. Really sorry, I have no control over this. Attaching the new patch with all the corrections.. thanks. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- dif

Re: [PATCH]: complete cleanup of check_region]

2007-06-07 Thread Surya
vement in the request handling here if anyone * actually cares. Bring your own chainsaw.Paul G. 02/2002 + * + * + * Cleaned up the reference for deprecated check_region to + * request_region.- Surya Prabhakar N 08/07/2007 */ @@ -555,6 +559,8 @@ static struct cdrom_re

Re: [PATCH]: complete cleanup of check_region

2007-06-07 Thread Surya
ing here if anyone * actually cares. Bring your own chainsaw.Paul G. 02/2002 + * + * + * Cleaned up the reference for deprecated check_region to + * request_region.- Surya Prabhakar N 08/07/2007 */ @@ -555,6 +559,8 @@ static struct cdrom_read_audio read_audio; static unsigne

[PATCH]: complete cleanup of check_region

2007-06-07 Thread Surya
/ioport.h kernel/resource.c sound/oss/pss.c thanks. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/cdrom/sbpcd.c b/drivers/cdrom/sbpcd.c index a1283b1..2c1355e 100644 --- a/drivers/cdrom/sbpcd.c +++ b/drivers/cdrom/sbpcd.c @@ -358,6 +

[kj]Patch8:replace pci_find_device in drivers/telephony/ixj.c

2007-03-06 Thread Surya
help me identify the actual maintainer. thank you. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/drivers/telephony/ixj.c b/drivers/telephony/ixj.c index 71cb64e..c7b0a35 100644 --- a/drivers/telephony/ixj.c +++ b/drivers/telephony/ixj.c @@ -7692,7 +7692,7 @@ stat

[kj]patch7:replace pci_find_device in sound/oss/trident.c

2007-03-06 Thread Surya
Hi, Cleanup of pci_find_device to pci_get_device in sound/oss/trident.c Applies and compiles clean to latest Linus tree. Not tested! thanks.. Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> --- diff --git a/sound/oss/trident.c b/sound/oss/trident.c index 72a8a0e..882ab27 100644

changing the parent of a process`

2000-10-15 Thread surya kodukula
hi, i need to change the parent of a process, basically i need to kill a process in between in a family of processes and change the parent of a process to a process one level higher. any idea as to how this could be done. thanks ksr __ Do You Yaho