Loading drivers/block/vs_block_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ vs_block_client_make_request(struct request_queue *q, struct bio *bio) static int vs_block_client_get_blkdev_id(struct block_client *client) { int id; int id = 0; int ret; retry: Loading drivers/char/rdbg.c +4 −5 Original line number Diff line number Diff line Loading @@ -137,11 +137,10 @@ struct rdbg_device { int registers[32] = {0}; static struct rdbg_device g_rdbg_instance = { { {0} }, NULL, 0, SMP2P_NUM_PROCS, NULL .class = NULL, .dev_no = 0, .num_devices = SMP2P_NUM_PROCS, .rdbg_data = NULL, }; struct processor_specific_info { Loading Loading
drivers/block/vs_block_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ vs_block_client_make_request(struct request_queue *q, struct bio *bio) static int vs_block_client_get_blkdev_id(struct block_client *client) { int id; int id = 0; int ret; retry: Loading
drivers/char/rdbg.c +4 −5 Original line number Diff line number Diff line Loading @@ -137,11 +137,10 @@ struct rdbg_device { int registers[32] = {0}; static struct rdbg_device g_rdbg_instance = { { {0} }, NULL, 0, SMP2P_NUM_PROCS, NULL .class = NULL, .dev_no = 0, .num_devices = SMP2P_NUM_PROCS, .rdbg_data = NULL, }; struct processor_specific_info { Loading