3dfx_device.c (setmtrr_3dfx): Add missing break on default case.
Thanks to Ozkan Sezer <sezeroz@gmail.com>.
This commit is contained in:
@@ -671,6 +671,7 @@ int setmtrr_3dfx(void)
|
||||
/*
|
||||
* We should never hit this
|
||||
*/
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (retval == -2) {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2005-04-24 Ozkan Sezer <sezeroz@gmail.com>
|
||||
|
||||
* 3dfx_device.c (setmtrr_3dfx): Add missing break on default case.
|
||||
|
||||
2005-04-23 Guillem Jover <guillem@hadrons.org>
|
||||
|
||||
* 3dfx_device.c: Fix comment format. Remove obsolete compiler flags
|
||||
|
||||
Reference in New Issue
Block a user