lkml.org 
[lkml]   [2002]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] NCR53C9x ESP: C99 designated initializers
From
Date
On Sun, 2002-11-10 at 10:27, Geert Uytterhoeven wrote:
ut soft reset.
> */
> -int esp_reset(Scsi_Cmnd *SCptr, unsigned int how)
> +int esp_reset(Scsi_Cmnd *SCptr)
> {
> struct NCR_ESP *esp = (struct NCR_ESP *) SCptr->host->hostdata;
>
> (void) esp_do_resetbus(esp, esp->eregs);
> - return SCSI_RESET_PENDING;
> + wait_event(esp->reset_queue, (esp->resetting_bus == 0));
> +
> + return SUCCESS;
> }

Reset is called with the lock held surely. How can the wait_event be
right ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.088 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site