Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337835
b: refs/heads/master
c: 0a8f4a0
h: refs/heads/master
i:
  337833: e1dd895
  337831: 5d377e5
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 5515458 commit fd034d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: bf83e30ec654e3a6d79e89ae70d1c9811a2387df
refs/heads/master: 0a8f4a07e668ea9500df83bbe1d73cd06145cdb8
5 changes: 3 additions & 2 deletions trunk/drivers/staging/ipack/ipack.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/idr.h>
#include <asm/io.h>
#include <linux/io.h>
#include "ipack.h"

#define to_ipack_dev(device) container_of(device, struct ipack_device, dev)
Expand Down Expand Up @@ -242,7 +242,8 @@ static int ipack_unregister_bus_member(struct device *dev, void *data)

int ipack_bus_unregister(struct ipack_bus_device *bus)
{
bus_for_each_dev(&ipack_bus_type, NULL, bus, ipack_unregister_bus_member);
bus_for_each_dev(&ipack_bus_type, NULL, bus,
ipack_unregister_bus_member);
ida_simple_remove(&ipack_ida, bus->bus_nr);
kfree(bus);
return 0;
Expand Down

0 comments on commit fd034d8

Please sign in to comment.