aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/interrupts.py
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2024-04-10 08:59:40 -0500
committerJassi Brar <jassisinghbrar@gmail.com>2024-05-19 22:29:44 -0500
commit5aa00b68eadee64e1a6e95325f364511f37631d8 (patch)
treeae131017237b97c9e802ed9e26a435f08141a246 /scripts/gdb/linux/interrupts.py
parent34123b1a4add58b3af80e31a6df33f213c0afcaa (diff)
mailbox: omap: Remove mbox_chan_to_omap_mbox()
This function only checks if mbox_chan *chan is not NULL, but that cannot be the case and if it was returning NULL which is not later checked doesn't save us from this. The second check for chan->con_priv is completely redundant as if it was NULL we would return NULL just the same. Simply dereference con_priv directly and remove this function. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions