<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.3676" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I find a problem in 
<BR>drivers/serial/cpm_uart/cpm_uart_cpm2.c:<BR>int cpm_uart_allocbuf(struct 
uart_cpm_port *pinfo, unsigned int is_con)<BR>{<BR>... 
...<BR>pinfo->tx_bd_base = pinfo->rx_bd_base + 
pinfo->rx_nrfifos;<BR>/*The above line should be 
£º*/<BR> pinfo->tx_bd_base = pinfo->rx_bd_base + sizeof(cbd_t) * 
pinfo->rx_nrfifos;<BR> <BR>return 0;<BR>}</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Where to get the newest code for kernel?</FONT></DIV>
<DIV><FONT size=2>How to know whether it is already patched by anyone 
else?  </FONT><FONT size=2>Just </FONT><FONT size=3>search in  this 
mail list?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>My Linux Kernel is 2.6.25, platform is mpc82XX.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks for any help.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV></BODY></HTML>