| Submitter | Julia Lawall |
|---|---|
| Date | Aug. 5, 2010, 8:25 p.m. |
| Message ID | <Pine.LNX.4.64.1008052225070.31692@ask.diku.dk> |
| Download | mbox | patch |
| Permalink | /patch/61037/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index ee9ddeb..8b358d7 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c @@ -220,7 +220,7 @@ static u16 get_desc (IADEV *dev, struct ia_vcc *iavcc) { while (!desc_num || (dev->desc_tbl[desc_num -1]).timestamp) { dev->ffL.tcq_rd += 2; if (dev->ffL.tcq_rd > dev->ffL.tcq_ed) - dev->ffL.tcq_rd = dev->ffL.tcq_st; + dev->ffL.tcq_rd = dev->ffL.tcq_st; if (dev->ffL.tcq_rd == dev->host_tcq_wr) return 0xFFFF; desc_num = *(u_short *)(dev->seg_ram + dev->ffL.tcq_rd);