<!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>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>comments welcome.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>Thanks in advance</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>Signed-off-by: gururaja hebbar &lt;<A 
href="mailto:gururajakr@sanyo.co.in">gururajakr@sanyo.co.in</A>&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>--- usb_orig.c&nbsp;2007-12-06 01:21:19.000000000 
-0800<BR>+++ usb_ohci.c&nbsp;2008-04-02 14:06:23.937500000 -0700<BR>@@ -109,7 
+109,6 @@ static struct pci_device_id ohci_pci_ids<BR>&nbsp;#define dbg(format, 
arg...) do {} while(0)<BR>&nbsp;#endif /* DEBUG */<BR>&nbsp;#define err(format, 
arg...) printf("ERROR: " format "\n", ## arg)<BR>-#undef 
SHOW_INFO<BR>&nbsp;#ifdef SHOW_INFO<BR>&nbsp;#define info(format, arg...) 
printf("INFO: " format "\n", ## arg)<BR>&nbsp;#else</FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT>&nbsp;</DIV><FONT face=Verdana size=2>
<DIV><BR>Regards<BR>Gururaja</FONT></DIV></BODY></HTML>