Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337476
b: refs/heads/master
c: ffe6d91
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 716b863 commit 3dc2288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a319cefe328e824b5fa771b4caa27c6e208707a9
refs/heads/master: ffe6d91cdb3ff26d8287286e2af41ccb1302dfbf
8 changes: 4 additions & 4 deletions trunk/drivers/staging/csr/drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2018,10 +2018,10 @@ int uf_create_device_nodes(unifi_priv_t *priv, int bus_id)

void uf_destroy_device_nodes(unifi_priv_t *priv)
{
device_destroy(unifi_class, priv->unifiudi_cdev.dev);
device_destroy(unifi_class, priv->unifi_cdev.dev);
cdev_del(&priv->unifiudi_cdev);
cdev_del(&priv->unifi_cdev);
device_destroy(unifi_class, priv->unifiudi_cdev.dev);
device_destroy(unifi_class, priv->unifi_cdev.dev);
cdev_del(&priv->unifiudi_cdev);
cdev_del(&priv->unifi_cdev);
}


Expand Down

0 comments on commit 3dc2288

Please sign in to comment.