Searched hist:"06 d7e99408acd2faa099d8af1a57cb1f6624062a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/macintosh/ |
H A D | via-cuda.c | diff 06d7e99408acd2faa099d8af1a57cb1f6624062a Sat Dec 31 18:56:26 CST 2016 Finn Thain <fthain@telegraphics.com.au> via-cuda: Remove redundant temporary variable
There is no possibility that current_req can change during execution of cuda_start(). This can be confirmed by inspection: cuda_lock is always held whenever cuda_start() is called or current_req is modified.
Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|