<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Verdana size=2>Hi,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>In drivers\usb\usb_ohci.c file, SHOW_INFO is
undef at 2 locations. @line 77 and @line 112. Below patch removes them for code
size savings.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>comments welcome.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>Thanks in advance</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>Signed-off-by: gururaja hebbar <<A
href="mailto:gururajakr@sanyo.co.in">gururajakr@sanyo.co.in</A>></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Verdana size=2>--- usb_orig.c 2007-12-06 01:21:19.000000000
-0800<BR>+++ usb_ohci.c 2008-04-02 14:06:23.937500000 -0700<BR>@@ -109,7
+109,6 @@ static struct pci_device_id ohci_pci_ids<BR> #define dbg(format,
arg...) do {} while(0)<BR> #endif /* DEBUG */<BR> #define err(format,
arg...) printf("ERROR: " format "\n", ## arg)<BR>-#undef
SHOW_INFO<BR> #ifdef SHOW_INFO<BR> #define info(format, arg...)
printf("INFO: " format "\n", ## arg)<BR> #else</FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV><FONT face=Verdana size=2>
<DIV><BR>Regards<BR>Gururaja</FONT></DIV></BODY></HTML>