]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation...
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 6 Feb 2018 23:40:10 +0000 (15:40 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2018 02:32:46 +0000 (18:32 -0800)
commit9668b16f52d40f570e4b9175e63e654d94410452
tree626951e9a5d719982afc6610aac9418a6659d77e
parentcdfba79731213b87530e690fe9876d1824182ec2
drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources()

The local variable "desc" will eventually be set to an appropriate pointer
a bit later. Thus omit the explicit initialisation at the beginning.

Link: http://lkml.kernel.org/r/728d8e20-4ae9-d661-d932-2d99ce67e71f@users.sourceforge.net
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rapidio/devices/tsi721_dma.c