mailbox: Use dev_fwnode()
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 11 Jun 2025 10:43:39 +0000 (12:43 +0200)
committerJassi Brar <jassisinghbrar@gmail.com>
Wed, 6 Aug 2025 17:41:38 +0000 (12:41 -0500)
commitfd3a4decb4f8ff1362db16fe42fc1af77d0259c3
tree26a9c3eddace0fe83e86e2540413c9bd46fe33c6
parent472f8a3fccbb579cb98c1821da4cb9cbd51ee3e4
mailbox: Use dev_fwnode()

irq_domain_create_simple() takes fwnode as the first argument. It can be
extracted from the struct device using dev_fwnode() helper instead of
using of_node with of_fwnode_handle().

So use the dev_fwnode() helper.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/qcom-ipcc.c