summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2021-07-12 21:24:07 -0500
committerGustavo A. R. Silva <gustavoars@kernel.org>2021-07-12 21:32:25 -0500
commite181ad43887c6b6b5995e9b191666f04242d77eb (patch)
tree5eb3c08aa19602ae20b2557b2587c36225ca462c /tools/perf/scripts/python/bin/stackcollapse-report
parent1eb5f4a3ddd949af1abe947c02ad990c013dd620 (diff)
downloadkernel-e181ad43887c6b6b5995e9b191666f04242d77eb.tar.gz
drm/msm: Fix fall-through warning in msm_gem_new_impl()
Fix the following fall-through warning: drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_new_impl': drivers/gpu/drm/msm/msm_gem.c:1170:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 1170 | if (priv->has_cached_coherent) | ^ drivers/gpu/drm/msm/msm_gem.c:1173:2: note: here 1173 | default: | ^~~~~~~ by replacing the /* fallthrough */ comment with fallthrough; Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
te ioctl crapLuis R. Rodriguez 2011-04-04ath6kl: remove Bluetooth PAL code and WMI ACL TX/RX data supportLuis R. Rodriguez 2011-04-04ath6kl: remove BMIENABLE_SET defineLuis R. Rodriguez 2011-03-14ath6kl: remove-typedef HIF_DEVICELuis R. Rodriguez 2011-03-14ath6kl: remove-typedef AR_SOFTC_TLuis R. Rodriguez 2011-03-14ath6kl: remove-typedef HTC_PACKET_QUEUELuis R. Rodriguez 2011-03-14ath6kl: remove-typedef HTC_PACKETLuis R. Rodriguez 2011-03-14ath6kl: remove-typedef HIF_DEVICE_OS_DEVICE_INFOLuis R. Rodriguez 2011-03-11staging: ath6kl: remove-typedef COMMON_CREDIT_STATE_INFOLuis R. Rodriguez 2011-03-11staging: ath6kl: remove-typedef AR_VIRTUAL_INTERFACE_TLuis R. Rodriguez 2011-03-11staging: ath6kl: remove-typedef: A_UCHARLuis R. Rodriguez 2011-02-18staging: ath6kl: Adding state in driver to track the sme stateVipin Mehta 2011-02-02staging: ath6kl: Convert A_INT32 to s32Joe Perches 2011-02-02staging: ath6kl: Convert A_INT8 to s8Joe Perches 2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches 2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches 2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches 2011-02-02staging: ath6kl: Convert A_CHAR to charJoe Perches 2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches 2011-01-31staging: ath6kl: Convert enum A_STATUS to intJoe Perches 2010-09-20staging: ath6kl: Removing duplicate includesVipin Mehta 2010-09-02staging: add ath6kl driver for AR6003 chipVipin Mehta