We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d0e89 commit 4b375f9Copy full SHA for 4b375f9
drivers/misc/mathworks/mathworks_generic_of.c
@@ -106,6 +106,8 @@ static int mathworks_generic_of_i2c_init(struct mathworks_ip_info *thisIpcore){
106
static int mathworks_generic_of_get_param(struct mathworks_ip_info *thisIpcore, void *arg)
107
{
108
struct mathworks_ip_param_info pinfo;
109
+ struct mathworks_ip_param_info pinfo2;
110
+ const size_t size = pinfo2->size;
111
const void *paramData;
112
int len;
113
0 commit comments