Tag: eb66b2d301033e33c29fedffc6a317003d1e632c

staging: fsl-mc: bus: Eliminate double function call

Author: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> A call to irq_find_matching_host was already made and the result has been stored in mc_msi_domain. mc_msi_domain is again reassigned using the same function call which is redundant. irq_find_matching_host returns/locates a domain for a given fwnode. The domain is identified using device node and bus_token(if several domains have same device node but …

Continue reading