]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: move kill_requests_without_uevent() up above
authorLuis R. Rodriguez <mcgrof@kernel.org>
Tue, 2 May 2017 08:31:02 +0000 (01:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Jun 2017 10:15:49 +0000 (19:15 +0900)
commit447552a3b3319c66a2bb39588f308773415592f0
tree6c1533b2a266732d722e8103cdf3dd90ec7d5dad
parent5e1800fe3a6fce205595ca609acac915fd892fe7
firmware: move kill_requests_without_uevent() up above

This routine will used in functions declared earlier next. This
code shift has no functional changes, it will make subsequent
changes easier to read.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c