summaryrefslogtreecommitdiff
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-08-12 22:29:39 +0300
committerThomas Gleixner <tglx@linutronix.de>2024-08-13 10:40:09 +0200
commitc0ece64497992473aabbcbb007e2afecc8d750a2 (patch)
tree789929816b48794e2b136c4e2597884aa0ffd09c /scripts/decode_stacktrace.sh
parent46c3e31cb0f805f8329756b3d6fc2809839f172e (diff)
downloadkernel-c0ece64497992473aabbcbb007e2afecc8d750a2.tar.gz
irqdomain: Clarify checks for bus_token
The code uses if (bus_token) and if (bus_token == DOMAIN_BUS_ANY). Since bus_token is an enum, the latter is more robust against changes. Convert all !bus_token checks to explicitely check for DOMAIN_BUS_ANY. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20240812193101.1266625-2-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
>remoteproc: k3: Refactor rproc_request_mbox() implementations into common driverBeleswar Padhi 2025-05-20remoteproc: k3-m4: Ping the mbox while acquiring the channelBeleswar Padhi 2025-05-20remoteproc: k3: Refactor rproc_release() implementation into common driverBeleswar Padhi 2025-05-20remoteproc: k3-m4: Introduce central function to release rproc from resetBeleswar Padhi 2025-05-20remoteproc: k3: Refactor rproc_reset() implementation into common driverBeleswar Padhi 2025-05-20remoteproc: k3-m4: Introduce central function to put rproc into resetBeleswar Padhi 2025-05-20remoteproc: k3: Refactor .kick rproc ops into common driverBeleswar Padhi 2025-05-20remoteproc: k3: Refactor mailbox rx_callback functions into common driverBeleswar Padhi 2025-05-20remoteproc: k3: Refactor shared data structuresBeleswar Padhi 2025-05-20remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory infoBeleswar Padhi 2025-05-20remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rprocBeleswar Padhi 2025-05-20remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal structBeleswar Padhi 2025-05-20remoteproc: k3-m4: Don't assert reset in detach routineBeleswar Padhi 2024-09-30remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring 2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch