staging: most: sound: rename variable
authorChristian Gromm <christian.gromm@microchip.com>
Mon, 17 Dec 2018 14:10:14 +0000 (15:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2018 15:10:20 +0000 (16:10 +0100)
commit4c6375dc1c03a5097cb9f3575a441c15b270e397
tree637e7661eddce8441dd42d0c665a686f1bb1af33
parentba99c631810bd9aef2fc7e62420d77371d2d04f5
staging: most: sound: rename variable

Since the channels of a MOST device are now being represented as
individual PCM devices of one sound card, the variable card_name is not
suitable anymore to describe them. Therefore, this patch renames the
variable to device_name.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/sound/sound.c