https://github.com/torvalds/linux
Revision 925796e0ed6fe529770ba71454c58c8d4d8a5ac4 authored by Daniel Ritz on 10 August 2007, 20:00:58 UTC, committed by Linus Torvalds on 11 August 2007, 22:47:40 UTC
cm4000_cs.c and cm4040_cs.c call the internal release function with
an argument of wrong type. this fixes bug #8485

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: Bill McConnaughey <mcconnau@biochem.wustl.edu>
Cc: Natalie Protasevich <protasnb@gmail.com>
Cc: Harald Welte <laforge@gnumonks.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c5a69ad
Raw File
Tip revision: 925796e0ed6fe529770ba71454c58c8d4d8a5ac4 authored by Daniel Ritz on 10 August 2007, 20:00:58 UTC
drivers/char/pcmcia/cm40x0_cs.c: fix release function call
Tip revision: 925796e
hw_irq.h
/*
 * include/asm-xtensa/hw_irq.h
 *
 * This file is subject to the terms and conditions of the GNU General
 * Public License.  See the file "COPYING" in the main directory of
 * this archive for more details.
 *
 * Copyright (C) 2002 - 2005 Tensilica Inc.
 */

#ifndef _XTENSA_HW_IRQ_H
#define _XTENSA_HW_IRQ_H

#endif
back to top