Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17724c00 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "driver: char: Fix g_rdbg_instance initialization"

parents cda88f73 f7142408
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+4 −5
Original line number Diff line number Diff line
@@ -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 {