diff options
| author | Francois Romieu <[email protected]> | 2006-11-29 22:21:33 +0100 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-11-29 13:45:07 -0800 |
| commit | 315917d23fdd20a0f4ff99b9228de5840d9d276c (patch) | |
| tree | d1ddfc02bcfe5c7f57ed604c7d928d6e1bd74d11 /include/linux/debugobjects.h | |
| parent | af768c6711de615abf9c679732a2f8245a4c286c (diff) | |
[PATCH] r8169: Fix iteration variable sign
This changes the type of variable "i" in rtl8169_init_one()
from "unsigned int" to "int". "i" is checked for < 0 later,
which can never happen for "unsigned". This results in broken
error handling.
Signed-off-by: Michael Buesch <[email protected]>
Signed-off-by: Francois Romieu <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions