Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348729
b: refs/heads/master
c: 0d826c3
h: refs/heads/master
i:
  348727: 49e52f4
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 9a428a0 commit 7cc7836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efe57d5977fa62b8fdf3a38c236d1aa5351228be
refs/heads/master: 0d826c3919ceede3c6afc3e87fc7087e0c863e7e
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@ short alloc_rx_desc_ring(struct net_device *dev, u16 bufsize, int count)

dma_tmp = pci_map_single(pdev, buf, bufsize * sizeof(u8),
PCI_DMA_FROMDEVICE);

if (pci_dma_mapping_error(pdev, dma_tmp))
return -1;
if (-1 == buffer_add(&(priv->rxbuffer), buf, dma_tmp,
&(priv->rxbufferhead))) {
DMESGE("Unable to allocate mem RX buf");
Expand Down

0 comments on commit 7cc7836

Please sign in to comment.