Re: [RFC PATCH 2/6] char: fastrpc: Add Qualcomm fastrpc basic driver model
From: Srinivas Kandagatla
Date: Fri Nov 30 2018 - 11:19:06 EST
Thanks for the comments!
On 30/11/18 16:13, Greg KH wrote:
+ "sdsp", "cdsp"};
+static dev_t fastrpc_major;
Why do you need a whole major number for this? Why not just use the
Not really!
misc interface instead?
Sure, I will give that a go!
--srini