]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bus: arm-ccn: Fix node->XP config conversion
authorPawel Moll <pawel.moll@arm.com>
Thu, 2 Apr 2015 17:50:32 +0000 (18:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:29:07 +0000 (09:29 -0700)
commit95f9b41004efdfe910aaf91b5d79f32d532845b1
tree859059bd581e0c20683e66b44b24cc9f5aed50de
parent8aef146bbff57b508e8adfb3541dbc464abe3676
bus: arm-ccn: Fix node->XP config conversion

commit a18f8e97fe69195823d7fb5c68a8d6565f39db4b upstream.

Events defined as watchpoints on nodes must have their config values
converted so that they apply to the respective node's XP. The
function setting new values was using wrong mask for the "port" field,
resulting in corrupted value. Fixed now.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/bus/arm-ccn.c