1. 09 3月, 2012 1 次提交
  2. 13 1月, 2012 1 次提交
  3. 27 7月, 2011 1 次提交
  4. 20 4月, 2011 1 次提交
    • J
      TTY: rocket, remove unused variables · d65c57f4
      Jiri Slaby 提交于
      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: NJiri Slaby <jslaby@suse.cz>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d65c57f4
  5. 31 3月, 2011 1 次提交
  6. 23 2月, 2011 1 次提交
  7. 18 2月, 2011 3 次提交
  8. 11 12月, 2010 1 次提交
  9. 28 10月, 2010 1 次提交
  10. 24 8月, 2010 1 次提交
  11. 11 8月, 2010 1 次提交
    • A
      rocket: kill BKL · 417b6e0e
      Alan Cox 提交于
      We can use the port mutex for this and also for the hangup path so removing
      the problematic use of the hangup mutex in this driver. Fix up the locking
      on the various port flags while we are at it.
      
      Ultimately this driver needs to be using tty_port_ helpers which would sort
      this out far better.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      417b6e0e
  12. 13 7月, 2009 1 次提交
  13. 11 6月, 2009 2 次提交
  14. 03 1月, 2009 8 次提交
  15. 23 7月, 2008 1 次提交
  16. 21 7月, 2008 2 次提交
  17. 30 4月, 2008 4 次提交
  18. 20 3月, 2008 1 次提交
  19. 09 2月, 2008 2 次提交
  20. 08 2月, 2008 3 次提交
  21. 20 10月, 2007 1 次提交
  22. 19 10月, 2007 2 次提交