patch-2.4.20 linux-2.4.20/drivers/block/paride/pcd.c
Next file: linux-2.4.20/drivers/block/paride/pd.c
Previous file: linux-2.4.20/drivers/block/paride/paride.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Nov 28 15:53:12 2002
- Orig file:
linux-2.4.19/drivers/block/paride/pcd.c
- Orig date:
Sat Oct 27 02:03:47 2001
diff -urN linux-2.4.19/drivers/block/paride/pcd.c linux-2.4.20/drivers/block/paride/pcd.c
@@ -810,7 +810,7 @@
{ int unit = pcd_unit;
int b, i;
char rd_cmd[12] = {0xa8,0,0,0,0,0,0,0,0,1,0,0};
- long saved_flags;
+ unsigned long saved_flags;
pcd_bufblk = pcd_sector / 4;
b = pcd_bufblk;
@@ -839,7 +839,7 @@
{ int unit = pcd_unit;
- long saved_flags;
+ unsigned long saved_flags;
pcd_busy = 1;
pcd_retries = 0;
@@ -859,7 +859,7 @@
static void do_pcd_read_drq( void )
{ int unit = pcd_unit;
- long saved_flags;
+ unsigned long saved_flags;
if (pcd_completion(unit,pcd_buffer,"read block")) {
if (pcd_retries < PCD_RETRIES) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)