Merge pull request #3045 from steeve/fix-rtl8192cu-compile

RTL8192CU: Fix compilation (typo in patch)
This commit is contained in:
Stefan Saraev 2014-03-28 11:44:33 +02:00
commit f1d4df990d

View File

@ -407,7 +407,7 @@ index 018fe48..d4f6e7d 100644
int proc_set_rx_signal(struct file *file, const char *buffer,
- unsigned long count, void *data)
+ unsigned long count, void *data);
+ unsigned long count, void *data)
{
struct net_device *dev = (struct net_device *)data;
_adapter *padapter = (_adapter *)rtw_netdev_priv(dev);