I am trying to develop a block driver for my device with kernel
version 2.6.28.  I initialise my request queue with blk_init_queue()
and initialise rest of elements in the queue with corresponding kernel
calls. verify that the queue pointer in gendisk is not null before i
call add_disk(). But when add_disk try to access my queue it gets a
NULL pointer dereference error. anyone of you have seen any similar
issues before?

i followed the mmc block driver for the designing my driver.

thanks,
Basil

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to