mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
RTL8192CU: Fix compilation (typo in patch)
This commit is contained in:
parent
4473271c19
commit
f47d054744
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user