Commit bf1f4263 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] typo in z2ram driver

parent ea20670f
...@@ -364,7 +364,7 @@ z2_init( void ) ...@@ -364,7 +364,7 @@ z2_init( void )
} }
} }
blk_init_queue(BLK_DEFAULT_QUEUE(MAJOR_NR), DEVICE_REQUES, &z2ram_lock); blk_init_queue(BLK_DEFAULT_QUEUE(MAJOR_NR), DEVICE_REQUEST, &z2ram_lock);
blk_size[ MAJOR_NR ] = z2_sizes; blk_size[ MAJOR_NR ] = z2_sizes;
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment