]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mailbox: don't protect of_parse_phandle_with_args with con_mutex
authorTudor Ambarus <tudor.ambarus@linaro.org>
Mon, 24 Feb 2025 08:27:14 +0000 (08:27 +0000)
committerJassi Brar <jassisinghbrar@gmail.com>
Thu, 27 Mar 2025 01:58:25 +0000 (20:58 -0500)
commit8c71c61fc613657d785a3377b4b34484bd978374
tree57d368881c48268e2a76c21a4190b6405f9d4f1b
parent24fdd5074b205cfb0ef4cd0751a2d03031455929
mailbox: don't protect of_parse_phandle_with_args with con_mutex

There are no concurrency problems if multiple consumers parse the
phandle, don't gratuiously protect the parsing with the mutex used
for the controllers list.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/mailbox.c