mirror of
https://github.com/open-sdr/openwifi.git
synced 2024-12-19 13:48:24 +00:00
Remove unused variable from openwifi_dev_probe()
This commit is contained in:
parent
f73b4f429f
commit
20936d67e1
@ -1801,7 +1801,7 @@ static int openwifi_dev_probe(struct platform_device *pdev)
|
|||||||
struct openwifi_priv *priv;
|
struct openwifi_priv *priv;
|
||||||
int err=1, rand_val;
|
int err=1, rand_val;
|
||||||
const char *chip_name, *fpga_model;
|
const char *chip_name, *fpga_model;
|
||||||
u32 reg;//, reg1;
|
u32 reg, i;//, reg1;
|
||||||
|
|
||||||
struct device_node *np = pdev->dev.of_node;
|
struct device_node *np = pdev->dev.of_node;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user