commit | 33ea58a9102361eff6461a31a4900dcdf0966a60 | [log] [tgz] |
---|---|---|
author | Matthias Brugger <mbrugger@suse.com> | Thu Apr 14 23:24:26 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 29 18:02:23 2016 -0700 |
tree | 38f1934c3044ad2b024a7df1bcaf6ca82bd5b92c | |
parent | 633440505f16f645d22f2d7f8367125ab89123f8 [diff] |
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>