Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348175
b: refs/heads/master
c: b92c914
h: refs/heads/master
i:
  348173: 842a471
  348171: dbf0e05
  348167: e56ceb7
  348159: 2fe83f9
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 3, 2013
1 parent a27b902 commit 7278aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 345a52558ecd7e7c4cbbce58f3f9f3588dd1015c
refs/heads/master: b92c914d02ad7a77513076515ffe9f26db1fe8af
4 changes: 0 additions & 4 deletions trunk/drivers/zorro/zorro-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ static int zorro_bus_match(struct device *dev, struct device_driver *drv)

static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
{
#ifdef CONFIG_HOTPLUG
struct zorro_dev *z;

if (!dev)
Expand All @@ -159,9 +158,6 @@ static int zorro_uevent(struct device *dev, struct kobj_uevent_env *env)
return -ENOMEM;

return 0;
#else /* !CONFIG_HOTPLUG */
return -ENODEV;
#endif /* !CONFIG_HOTPLUG */
}

struct bus_type zorro_bus_type = {
Expand Down

0 comments on commit 7278aae

Please sign in to comment.