https://github.com/torvalds/linux
Revision 881400a20c3551e90eed1062cf0387fa686a2fd0 authored by Stefano Brivio on 06 April 2008, 15:05:07 UTC, committed by John W. Linville on 08 April 2008, 02:19:29 UTC
This fixes an hard crash which happened upon driver loading on bcm4303 rev.
2 devices.

Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent 7981a35
Raw File
Tip revision: 881400a20c3551e90eed1062cf0387fa686a2fd0 authored by Stefano Brivio on 06 April 2008, 15:05:07 UTC
b43legacy: fix bcm4303 crash
Tip revision: 881400a
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order

#
# Top-level generic files
#
tags
TAGS
vmlinux*
!vmlinux.lds.S
System.map
Module.symvers
!.gitignore

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*.rej
*~
\#*#
back to top