login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
28
Re: [PATCH 30/30] emu10k1: There's no need to cast vmalloc() return value in snd_emu10k1_create()
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Takashi Iwai
Subject:
Re: [PATCH 30/30] emu10k1: There's no need to cast vmalloc() return value in snd_emu10k1_create()
Date: Tuesday, August 28, 2007 - 6:22 am
At Fri, 24 Aug 2007 02:41:04 +0200, Jesper Juhl wrote:
quoted text
> > vmalloc() returns void *. no need to cast. > > Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> > --- > sound/pci/emu10k1/emu10k1_main.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to ALSA tree. Takashi -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 0/30] Remove unneeded casts of [kv][mzc]alloc() ret ...
, Jesper Juhl
, (Thu Aug 23, 4:35 pm)
[PATCH 01/30] ia64: Remove unnecessary cast of allocation ...
, Jesper Juhl
, (Thu Aug 23, 4:40 pm)
[PATCH 02/30] cris: Remove unnecessary cast of allocation ...
, Jesper Juhl
, (Thu Aug 23, 4:42 pm)
[PATCH 03/30] um: Don't unnecessarily cast allocation retu ...
, Jesper Juhl
, (Thu Aug 23, 4:43 pm)
[PATCH 04/30] powerpc: Don't cast kmalloc return value in ...
, Jesper Juhl
, (Thu Aug 23, 4:45 pm)
[PATCH 05/30] atm: No need to cast vmalloc() return value
, Jesper Juhl
, (Thu Aug 23, 4:46 pm)
[PATCH 06/30] i2o: No need to cast kmalloc() return value ...
, Jesper Juhl
, (Thu Aug 23, 4:48 pm)
[PATCH 07/30] mtd: Get rid of pointless cast of kzalloc() ...
, Jesper Juhl
, (Thu Aug 23, 4:50 pm)
[PATCH 08/30] mtd: Avoid a pointless kmalloc() return valu ...
, Jesper Juhl
, (Thu Aug 23, 4:51 pm)
[PATCH 09/30] mtd: Don't cast kmalloc() return value in dr ...
, Jesper Juhl
, (Thu Aug 23, 4:52 pm)
[PATCH 10/30] irda: Do not do pointless kmalloc return val ...
, Jesper Juhl
, (Thu Aug 23, 4:54 pm)
[PATCH 14/30] net: Kill some unneeded allocation return va ...
, Jesper Juhl
, (Thu Aug 23, 5:03 pm)
[PATCH 16/30] net: Avoid pointless allocation casts in BSD ...
, Jesper Juhl
, (Thu Aug 23, 5:06 pm)
[PATCH 17/30] isdn: Get rid of some pointless allocation c ...
, Jesper Juhl
, (Thu Aug 23, 5:09 pm)
[PATCH 18/30] isdn: eicon - get rid of a pointless vmalloc ...
, Jesper Juhl
, (Thu Aug 23, 5:11 pm)
[PATCH 19/30] scsi: Remove explicit casts of [kv]alloc ret ...
, Jesper Juhl
, (Thu Aug 23, 5:12 pm)
[PATCH 20/30] scsi: In the Advansys driver, do not cast al ...
, Jesper Juhl
, (Thu Aug 23, 5:16 pm)
[PATCH 21/30] oss: Remove unneeded vmalloc() return value ...
, Jesper Juhl
, (Thu Aug 23, 5:18 pm)
[PATCH 22/30] ivtv: kzalloc() returns void pointer, no nee ...
, Jesper Juhl
, (Thu Aug 23, 5:20 pm)
[PATCH 23/30] video: Remove pointless kmalloc() return val ...
, Jesper Juhl
, (Thu Aug 23, 5:22 pm)
Re: [PATCH 03/30] um: Don't unnecessarily cast allocation ...
, Jeff Dike
, (Thu Aug 23, 5:22 pm)
[PATCH 24/30] dvb: remove some unneeded vmalloc() return v ...
, Jesper Juhl
, (Thu Aug 23, 5:25 pm)
[PATCH 25/30] tty: dont needlessly cast kmalloc() return value
, Jesper Juhl
, (Thu Aug 23, 5:28 pm)
[PATCH 26/30] md: vmalloc() returns void pointer so we don ...
, Jesper Juhl
, (Thu Aug 23, 5:30 pm)
[PATCH 27/30] usb: avoid redundant cast of kmalloc() retur ...
, Jesper Juhl
, (Thu Aug 23, 5:35 pm)
[PATCH 28/30] jfs: avoid pointless casts of kmalloc() retu ...
, Jesper Juhl
, (Thu Aug 23, 5:36 pm)
Re: [PATCH 04/30] powerpc: Don't cast kmalloc return value ...
, Joachim Fenkes
, (Thu Aug 23, 5:37 pm)
[PATCH 29/30] mm: No need to cast vmalloc() return value i ...
, Jesper Juhl
, (Thu Aug 23, 5:39 pm)
[PATCH 30/30] emu10k1: There's no need to cast vmalloc() r ...
, Jesper Juhl
, (Thu Aug 23, 5:41 pm)
Re: [PATCH 0/30] Remove unneeded casts of [kv][mzc]alloc() ...
, Jesper Juhl
, (Thu Aug 23, 5:53 pm)
Re: [PATCH 20/30] scsi: In the Advansys driver, do not cas ...
, Matthew Wilcox
, (Thu Aug 23, 7:03 pm)
Re: [PATCH 28/30] jfs: avoid pointless casts of kmalloc() ...
, Dave Kleikamp
, (Thu Aug 23, 9:19 pm)
Re: [PATCH 18/30] isdn: eicon - get rid of a pointless vma ...
, Armin Schindler
, (Thu Aug 23, 11:47 pm)
Re: [PATCH 19/30] scsi: Remove explicit casts of [kv]alloc ...
, Rolf Eike Beer
, (Fri Aug 24, 12:04 am)
Re: [PATCH 22/30] ivtv: kzalloc() returns void pointer, no ...
, Hans Verkuil
, (Fri Aug 24, 1:32 am)
Re: [PATCH 22/30] ivtv: kzalloc() returns void pointer, no ...
, Jesper Juhl
, (Fri Aug 24, 1:44 am)
Re: [PATCH 19/30] scsi: Remove explicit casts of [kv]alloc ...
, Jesper Juhl
, (Fri Aug 24, 1:46 am)
Re: [PATCH 28/30] jfs: avoid pointless casts of kmalloc() ...
, Jesper Juhl
, (Fri Aug 24, 1:48 am)
Re: [PATCH 20/30] scsi: In the Advansys driver, do not cas ...
, Jesper Juhl
, (Fri Aug 24, 2:00 am)
Re: [PATCH 17/30] isdn: Get rid of some pointless allocati ...
, Karsten Keil
, (Fri Aug 24, 2:23 am)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Denys Vlasenko
, (Fri Aug 24, 3:41 am)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Robert P. J. Day
, (Fri Aug 24, 3:43 am)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jesper Juhl
, (Fri Aug 24, 3:48 am)
Re: [PATCH 14/30] net: Kill some unneeded allocation retur ...
, Dan Williams
, (Fri Aug 24, 8:50 am)
patch usb-avoid-redundant-cast-of-kmalloc-return-value-in- ...
, gregkh
, (Fri Aug 24, 9:43 pm)
Re: [PATCH 10/30] irda: Do not do pointless kmalloc return ...
, David Miller
, (Fri Aug 24, 11:23 pm)
Re: [PATCH 16/30] net: Avoid pointless allocation casts in ...
, David Miller
, (Fri Aug 24, 11:25 pm)
Re: [PATCH 17/30] isdn: Get rid of some pointless allocati ...
, David Miller
, (Fri Aug 24, 11:25 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jesper Juhl
, (Sat Aug 25, 3:27 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Robert P. J. Day
, (Sat Aug 25, 4:59 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Robert P. J. Day
, (Sat Aug 25, 5:23 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jesper Juhl
, (Sat Aug 25, 5:28 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jesper Juhl
, (Sat Aug 25, 5:36 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Kyle Moffett
, (Sat Aug 25, 6:52 pm)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Denys Vlasenko
, (Sun Aug 26, 7:28 am)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jan Engelhardt
, (Sun Aug 26, 7:37 am)
Re: [PATCH 09/30] mtd: Don't cast kmalloc() return value i ...
, Jesper Juhl
, (Sun Aug 26, 3:10 pm)
Re: [PATCH 30/30] emu10k1: There's no need to cast vmalloc ...
, Takashi Iwai
, (Tue Aug 28, 6:22 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Matthew Garrett
Re: [PATCH] Enable speedstep for sonoma processors.
Mauro Carvalho Chehab
Re: [PATCH 1/2] media: Add timberdale video-in driver
Peter Zijlstra
[PATCH 23/30] netvm: skb processing
Greg Kroah-Hartman
[PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
git
:
Jan Hudec
Re: GIT push to sftp (feature request)
Steffen Prohaska
[PATCH 0/4] core.ignorecase
Johannes Schindelin
Re: Git checkout preserve timestamp?
Linus Torvalds
[PATCH 1/7] Make unpack_trees_options bit flags actual bitfields
Johan Herland
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13)
linux-netdev
:
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Richard Cochran
Re: [PATCH v3 3/3] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Jan Engelhardt
Re: [PATCH] Fix netfilter xt_time's time_mt()'s use of do_div()
Herbert Xu
Re: [RFC PATCH 00/17] virtual-bus
Jeff Kirsher
Re: [net-next-2.6 PATCH] e1000e: don't inadvertently re-set INTX_DISABLE
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
Use path_put() in a few places instead of {mnt,d}put()
Linux Kernel Mailing List
mv643xx_eth: use sw csum for big packets
Linux Kernel Mailing List
arm: fix HAVE_CLK merge goof
Linux Kernel Mailing List
arm: convert pcm037 platform to use smsc911x
freebsd-current
:
David Wolfskill
"interrupt storm..."; seems associated with an0 NIC
Andriy Gapon
Re: letting glabel recognise a media change
Garrett Cooper
Re: Only display ACPI bootmenu key if ACPI is present
Pyun YongHyeon
CFT: msk(4) Rx checksum offloading support
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Colocation donated by:
Syndicate