1. 04 Sep, 2011 1 commit
    • Joe Perches's avatar
      [media] bt8xx: Use current logging styles · 8af443e5
      Joe Perches authored
      This converts some messages that were emitted at
      KERN_INFO to KERN_DEBUG.  All of these messages
      were guarded by bttv_debug tests.
      
      Add pr_fmt.
      Convert printks to pr_<level>
      Convert printks without KERN_<level> to appropriate pr_<level>.
      Removed embedded prefixes when pr_fmt was added.
      Whitespace cleanups when around other conversions.
      Macros coded with if statements should be do { if... } while (0)
      so the macros can be used in other if tests.
      Use ##__VA_ARGS__ for variadic macro as well.
      Coalesce format strings.
      Signed-off-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      8af443e5
  2. 03 Sep, 2011 33 commits
  3. 01 Sep, 2011 1 commit
    • Mauro Carvalho Chehab's avatar
      [media] tm6000: Don't try to use a non-existing interface · f8dbab29
      Mauro Carvalho Chehab authored
      > [34883.426065] tm6000 #0: registered device video0
      > [34883.430591] Trident TVMaster TM5600/TM6000/TM6010 USB2 board (Load status: 0)
      > [34883.437763] usbcore: registered new interface driver tm6000
      > [34884.608372] BUG: unable to handle kernel NULL pointer dereference at 00000002
      > [34884.615514] IP: [<f8c4ceea>] tm6000_reset+0xd7/0x11c [tm6000]
      
      The dev->int_in USB interfaces is used by some devices for the
      Remote Controller. Not all devices seem to define this interface,
      so, tm6000_reset should not try to set the interface to it on
      such devices.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      f8dbab29
  4. 31 Aug, 2011 5 commits