1. 05 Feb, 2009 2 commits
    • David Altobelli's avatar
      hpilo: open/close fix · c073b2db
      David Altobelli authored
      The device can take a while to respond to an open/close request, so
      increase the time kernel will wait for response (1 ms to 10ms).
      
      Also, properly clean up a channel on a failed open, by calling the channel
      close routine.  Just freeing the memory isn't sufficient, the device needs
      to be informed that the channel is no longer open, and the device memory
      cleared of references to freed dma buffer.
      Signed-off-by: default avatarDavid Altobelli <david.altobelli@hp.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c073b2db
    • Andrew Morton's avatar
      kernel/async.c: fix printk warnings · 58763a29
      Andrew Morton authored
      alpha:
      
      kernel/async.c: In function 'run_one_entry':
      kernel/async.c:141: warning: format '%lli' expects type 'long long int', but argument 2 has type 'async_cookie_t'
      kernel/async.c:149: warning: format '%lli' expects type 'long long int', but argument 2 has type 'async_cookie_t'
      kernel/async.c:149: warning: format '%lld' expects type 'long long int', but argument 4 has type 's64'
      kernel/async.c: In function 'async_synchronize_cookie_special':
      kernel/async.c:250: warning: format '%lli' expects type 'long long int', but argument 3 has type 's64'
      
      Cc: Arjan van de Ven <arjan@infradead.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      58763a29
  2. 04 Feb, 2009 38 commits