https://bugzilla.kernel.org/show_bug.cgi?id=219652 --- Comment #11 from Alan Stern (stern@xxxxxxxxxxxxxxxxxxx) --- For example, at the appropriate points in sd_read_capacity(), add: sd_printk(KERN_NOTICE, sdkp, "sd_try_rc16_first(): %d\n", sd_try_rc16_first(sdp)); sd_printk(KERN_NOTICE, sdkp, "sector_size: %d\n", sector_size); sd_printk(KERN_NOTICE, sdkp, "sizeof(sdkp->capacity): %d\n", (int) sizeof(sdkp->capacity)); sd_printk(KERN_NOTICE, sdkp, "sdkp->capacity: %llx\n", (unsigned long long) sdkp->capacity); -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.