• Jiri Slaby's avatar
    TTY: rocket, remove unused variables · d65c57f4
    Jiri Slaby authored
    drivers/tty/rocket.c:1393:2: warning: Value stored to 'cp' is never read
            cp = &info->channel;
            ^    ~~~~~~~~~~~~~~
    drivers/tty/rocket.c:1412:2: warning: Value stored to 'cp' is never read
            cp = &info->channel;
            ^    ~~~~~~~~~~~~~~
    drivers/tty/rocket.c:1730:2: warning: Value stored to 'cp' is never read
            cp = &info->channel;
            ^    ~~~~~~~~~~~~~~
    drivers/tty/rocket.c:1825:3: warning: Value stored to 'str' is never read
                    str = "8";
                    ^     ~~~
    [many 'str' warnings stripped]
    drivers/tty/rocket.c:2037:3: warning: Value stored to 'board_type' is never read
                    board_type = "RocketModem";
                    ^            ~~~~~~~~~~~~~
    [some 'board_type' warnings stripped]
    Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    d65c57f4
rocket.c 93 KB