30 Apr, 2008
3 commits
-
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Simple search/replace except for synclink.c where I noticed a real bug and
fixed it too. It was doing NULL + offset, then checking for NULL if the remap
failed.Signed-off-by: Alan Cox
Cc: Paul Fulghum
Acked-by: Jiri Slaby
Cc: Ingo Molnar
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
- Stop drivers calling their own flush method indirectly, it obfuscates code
and it will change soon anyway- A few more lock_kernel paths temporarily needed in some driver internal
waiting code- Remove private put_char method that does a write call for one char - we
have that anyway- Most but not yet all of the termios copy under lock fixing (some has other
dependencies to follow)- Note a few locking bugs in drivers found in the process
- Kill remaining [ab]users of TIOCG/SSOFTCAR in the driver, these must go to
fix the termios lockingSigned-off-by: Alan Cox
Cc: Jiri Slaby
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
31 Mar, 2008
1 commit
-
aka if you see a force-cast, be very suspicious...
Signed-off-by: Al Viro
Acked-and-tested-by: Frank Seidel
Signed-off-by: Linus Torvalds
11 Mar, 2008
1 commit
-
Due to some flaws in the initialization and flow control
code kernel oopses could be triggered e.g. when accessing
the card too early after insertion.
See e.g. kernel.org bug #10077.
The main part of the fix is a trivial state management
making sure the card is realy ready to use before allowing
any access.Signed-off-by: Frank Seidel
Signed-off-by: Greg Kroah-Hartman
03 Feb, 2008
3 commits
-
Even some more constifications
Signed-off-by: Frank Seidel
Signed-off-by: Greg Kroah-Hartman -
nozomi: constify structures and annotate vars
Signed-off-by: Jan Engelhardt
Signed-off-by: Frank Seidel
Signed-off-by: Greg Kroah-Hartman -
Minor cleanups and removal of in-file changelog:
- Correction of misspellings and wrong encoded Name
- changed 'unsigned' to 'unsigned int' for better readability
- use of generic devicefile access macro
- fixed/added explanatory comment to ntty_put_charSigned-off-by: Frank Seidel
Signed-off-by: Greg Kroah-Hartman
25 Jan, 2008
1 commit
-
This is a driver to control the cardbus wireless data card that works on
3g networks.Greg Kroah-Hartman did the initial driver cleanup.
Thanks to Arnaud Patard for help with bugfixing.
Thanks to Alan Cox for a lot of tty fixes.
Thanks to Satyam Sharma for fixing buildbreakage.
Thanks to Frank Seidel for a lot of bugfixes and
rewriting to make it a sane Linux driver
Thanks to Jiri Slaby for a lot bugfixes, cleanups
and rewrites that make it much more readable.Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Frank Seidel
Signed-off-by: Jiri Slaby