Re: [Patch][SIS USB2VGA] Warning fix

2007-05-02 Thread Andrew Morton
On Thu, 3 May 2007 13:34:29 +0800 WANG Cong <[EMAIL PROTECTED]> wrote: > > Fix this warning: > drivers/usb/misc/sisusbvga/sisusb_con.c:1436: warning: initialization from > incompatible pointer type > > > Signed-off-by: WANG Cong <[EMAIL PROTECTED]> > --- > > Compiling test past.;) >

[Patch][SIS USB2VGA] Warning fix

2007-05-02 Thread WANG Cong
Fix this warning: drivers/usb/misc/sisusbvga/sisusb_con.c:1436: warning: initialization from incompatible pointer type Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- Compiling test past.;) --- linux-2.6.21-rc7-mm2/drivers/usb/misc/sisusbvga/sisusb_con.c.orig 2007-05-03

[Patch][SIS USB2VGA] Warning fix

2007-05-02 Thread WANG Cong
Fix this warning: drivers/usb/misc/sisusbvga/sisusb_con.c:1436: warning: initialization from incompatible pointer type Signed-off-by: WANG Cong [EMAIL PROTECTED] --- Compiling test past.;) --- linux-2.6.21-rc7-mm2/drivers/usb/misc/sisusbvga/sisusb_con.c.orig 2007-05-03 02:51:06.0

Re: [Patch][SIS USB2VGA] Warning fix

2007-05-02 Thread Andrew Morton
On Thu, 3 May 2007 13:34:29 +0800 WANG Cong [EMAIL PROTECTED] wrote: Fix this warning: drivers/usb/misc/sisusbvga/sisusb_con.c:1436: warning: initialization from incompatible pointer type Signed-off-by: WANG Cong [EMAIL PROTECTED] --- Compiling test past.;) Thanks. ---