Colin Ian King 8b76f5da49 ide: remove duplicated assignment to 'cursg'
Pointer cursg is initialized to cmd->cursg and again re-assigned the
same value a few lines later, hence the second assignment is redundant
and can be removed.

Cleans up clang warning:
drivers/ide/ide-taskfile.c:229:22: warning: Value stored to 'cursg'
during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-01-29 15:01:09 -05:00
..
2016-07-26 15:25:30 -07:00
2015-04-17 15:32:07 -04:00
2013-11-14 18:21:25 -05:00
2016-06-27 12:26:08 -07:00
2015-03-27 11:59:22 -04:00
2017-08-16 11:25:16 -07:00
2016-01-18 14:12:33 -05:00
2017-11-02 08:26:55 -06:00
2013-01-03 15:57:03 -08:00
2016-01-18 14:12:33 -05:00