staging: fsl-mc: bus: Drop warning
authorMatthias Brugger <mbrugger@suse.com>
Thu, 14 Apr 2016 21:24:26 +0000 (23:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 01:02:23 +0000 (18:02 -0700)
commit33ea58a9102361eff6461a31a4900dcdf0966a60
tree38f1934c3044ad2b024a7df1bcaf6ca82bd5b92c
parent633440505f16f645d22f2d7f8367125ab89123f8
staging: fsl-mc: bus: Drop warning

When updating the irq_chip and msi_domain_ops, the code checkes for
already present functions.
When more then one ITS controller are present in the system,
irq_chip and msi_domain_ops got already set and a warning is invoked.

This patch deletes the warning, as the funtions are just already set to
the needed callbacks.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/mc-msi.c