Skip to content

Commit

Permalink
Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub…
Browse files Browse the repository at this point in the history
…/scm/linux/kernel/git/konrad/xen

* 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/balloon: Move the registration from device to subsystem.
  • Loading branch information
Linus Torvalds committed Jan 17, 2012
2 parents 8364919 + 8ea11f7 commit 00b1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/xen-balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static int register_balloon(struct device *dev)
{
int i, error;

error = bus_register(&balloon_subsys);
error = subsys_system_register(&balloon_subsys, NULL);
if (error)
return error;

Expand Down

0 comments on commit 00b1d44

Please sign in to comment.