summaryrefslogtreecommitdiffstats
path: root/security/security.c
diff options
context:
space:
mode:
authorAxel Lin2010-12-10 10:34:26 +0100
committerTakashi Iwai2010-12-10 12:15:05 +0100
commit5144c534d16529bc469396211131e8935589f833 (patch)
tree3cb1010c740e4008ddbab3a4fe8b397d4e28cd4b /security/security.c
parentALSA: ice1712 - working M-Audio Delta 66E support (diff)
downloadkernel-qcow2-linux-5144c534d16529bc469396211131e8935589f833.tar.gz
kernel-qcow2-linux-5144c534d16529bc469396211131e8935589f833.tar.xz
kernel-qcow2-linux-5144c534d16529bc469396211131e8935589f833.zip
ALSA: aoa: Remove wrong i2c_set_clientdata in onyx_i2c_remove()
It does not make sense to set clientdata to onyx in onyx_i2c_remove() as we are going to kfree onyx. What we really want here is i2c_set_clientdata(client, NULL); Since the i2c core will take care of it now, so this patch just removes it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'security/security.c')
0 files changed, 0 insertions, 0 deletions
.19.y&id=d288e1cf8e62f3e4034f1f021f047009c4ac0b3c'>x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-312-6/+11 | * x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-314-171/+122Star * | x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk2013-02-231-5/+39 * | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-223-8/+3Star * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2264-1206/+1397 |\ \ | * \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1547-900/+1254 | |\ \ | | * \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-0129-287/+199Star | | |\ \ | | | |/ | | |/| | | * | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-301-1/+2 | | * | x86, 64bit, mm: hibernate use generic mapping_initYinghai Lu2013-01-301-44/+22Star | | * | x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu2013-01-301-3/+4 | | * | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-303-18/+9Star | | * | x86: Add Crash kernel low reservationYinghai Lu2013-01-301-2/+40 | | * | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-301-3/+1Star | | * | memblock: Add memblock_mem_size()Yinghai Lu2013-01-301-15/+1Star | | * | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-301-6/+0Star | | * | x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-301-9/+13 | | * | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-304-1/+17 | | * | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-303-6/+15 | | * | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-301-135/+26Star | | * | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-301-6/+37 | | * | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-301-3/+3 | | * | x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-301-3/+6 | | * | x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-301-8/+9 | | * | x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu2013-01-302-6/+6 | | * | x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu2013-01-302-6/+16 | | * | x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-302-4/+19 | | * | x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-301-8/+21 | | * | x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-303-26/+18Star | | * | x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-303-4/+11 | | * | x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-301-17/+25 | | * | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-307-91/+219 | | * | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-303-14/+25 | | * | x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu2013-01-301-2/+2 | | * | x86, 64bit: Copy struct boot_params earlyYinghai Lu2013-01-301-1/+5 | | * | x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2013-01-302-0/+83 | | * | x86, realmode: Set real_mode permissions earlyYinghai Lu2013-01-301-5/+6 | | * | x86, 64bit, mm: Make pgd next calculation consistent with pud/pmdYinghai Lu2013-01-301-4/+2Star | | * | x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-301-14/+22 | | * | x86, mm: Fix page table early allocation offset checkingYinghai Lu2013-01-301-1/+12 | | * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-30