summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAna Rey <anarey@gmail.com>2014-03-19 11:54:54 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-19 09:30:01 -0700
commit5cd3b24908ab2a35d09ddb4de3444e74c43c4c30 (patch)
treef30cc7b1bb8ce9fa1ea023ca6465ba5200449303 /scripts/patch-kernel
parente635b0793d0d3cd8fc1d261110c981c7330cea2b (diff)
downloadkernel-5cd3b24908ab2a35d09ddb4de3444e74c43c4c30.tar.gz
staging: rtl8192u: Delete 'DM_CTSToSelfSetting' function in r8192U_dm.c
Delete the DM_CTSToSelfSetting function that is not used in anywhere in the driver. Fix sparse warnings: drivers/staging/rtl8192u/r8192U_dm.c:2623:6: warning: symbol 'DM_CTSToSelfSetting' was not declared. Should it be static? Signed-off-by: Ana Rey <anarey@gmail.com> Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
le='2020-04-24 20:50:57 +0800'>2020-04-24drm/lima: add lima_devfreq_resume/suspendQiang Yu 2020-04-24drm/lima: always set page directory when switch vmQiang Yu 2020-04-24drm/lima: check vm != NULL in lima_vm_putQiang Yu 2020-04-24drm/lima: print process name and pid when task errorQiang Yu 2020-04-24drm/lima: use module_platform_driver helperQiang Yu 2020-04-24drm/lima: Clean up redundant pdev pointerRobin Murphy 2020-04-24drm/lima: Clean up IRQ warningsRobin Murphy 2020-03-28drm/lima: Add optional devfreq and cooling device supportMartin Blumenstingl 2020-03-22drm/lima: add trace point for tasksQiang Yu 2020-03-22drm/lima: add error sysfs to export error task dumpQiang Yu 2020-03-22drm/lima: save task info dump when task failQiang Yu 2020-03-22drm/lima: add max_error_tasks module parameterQiang Yu 2020-03-22drm/lima: save process info for debug usageQiang Yu 2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard 2020-02-17drm/lima: fix recovering from PLBU out of memoryVasily Khoruzhick 2020-01-27drm/lima: increase driver version to 1.1Qiang Yu 2020-01-27drm/lima: recover task by enlarging heap bufferQiang Yu 2020-01-27drm/lima: support heap buffer creationQiang Yu 2020-01-27drm/lima: add lima_vm_map_boQiang Yu 2020-01-27drm/lima: update register infoQiang Yu 2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-09' of git://people.freedesktop.org/~agd5...Dave Airlie 2020-01-09drm/lima: use drm_sched_fault for error task handlingQiang Yu 2019-12-18drm/scheduler: rework entity creationNirmoy Das