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
bug.h
/*
 * include/asm-xtensa/bug.h
 *
 * Macros to cause a 'bug' message.
 *
 * 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) 2001 - 2005 Tensilica Inc.
 */

#ifndef _XTENSA_BUG_H
#define _XTENSA_BUG_H

#include <asm-generic/bug.h>

#endif	/* _XTENSA_BUG_H */
back to top