[2.5 patch] move an unused variable in sis_main.c

maximilian attems (maks@sternwelten.at)
Thu, 3 Jul 2003 12:47:00 +0200


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-18876-1057229373-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

The patch below moves an used variable from drivers/video/sis/sis_main.c

i've tested the compilation with 2.5.74

please apply
maks

--- linux-2.5.74/drivers/video/sis/sis_main.c Wed Jul 2 22:50:59 2003
+++ linux/drivers/video/sis/sis_main.c Thu Jul 3 12:06:58 2003
@@ -619,11 +619,11 @@
double drate =3D 0, hrate =3D 0;
int found_mode =3D 0;
int old_mode;
- unsigned char reg;
=20
TWDEBUG("Inside do_set_var");
=09
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)=09
+ unsigned char reg;
inSISIDXREG(SISCR,0x34,reg);
if(reg & 0x80) {
printk(KERN_INFO "sisfb: Cannot change display mode, X server is activ=
e\n");

---
When your medical records are indexed in Google, something's wrong!
aaron kaplan

--=_courier-18876-1057229373-0001-2 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Disposition: inline

-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

iD8DBQE/BAmk6//kSTNjoX0RAq3qAJ9bUQAcejFYmrV10U4fQKwe+tEq4gCeMcuf DmRSp1ddcS+oPTqoK92vpQc= =uz5Z -----END PGP SIGNATURE-----

--=_courier-18876-1057229373-0001-2--