OSDN Git Service

Xen: fix typo in previous patch
authorJames Dingwall <james.dingwall@amdocs.com>
Mon, 27 Sep 2010 08:37:17 +0000 (09:37 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 29 Sep 2010 01:08:26 +0000 (18:08 -0700)
commitb0dd220aefe1ab80823cf13e9588c64fec151488
tree257754d7eda103583d92c8ced20770a181af6394
parent7273c1c64b2d4cb0ddfa7682ec7ab71dfe906398
Xen: fix typo in previous patch

Correctly name the irq_chip structure to fix an immediate failure when booting
as a xen pv_ops guest with a NULL pointer exception. The missing 'x' was
introduced in commit [fb412a178502dc498430723b082a932f797e4763] applied to
2.6.3[25]-stable trees.  The commit to mainline was
[aaca49642b92c8a57d3ca5029a5a94019c7af69f] which did not have the problem.

Signed-off-by: James Dingwall <james@dingwall.me.uk>
Reported-by: Pawel Zuzelski <pawelz@pld-linux.org>
Tested-by: Pawel Zuzelski <pawelz@pld-linux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/xen/events.c