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 828857f commit 55879dcCopy full SHA for 55879dc
drivers/platform/x86/intel/speed_select_if/isst_if_common.c
@@ -265,9 +265,9 @@ static int isst_if_get_platform_info(void __user *argp)
265
{
266
struct isst_if_platform_info info;
267
268
- info.api_version = ISST_IF_API_VERSION,
269
- info.driver_version = ISST_IF_DRIVER_VERSION,
270
- info.max_cmds_per_ioctl = ISST_IF_CMD_LIMIT,
+ info.api_version = ISST_IF_API_VERSION;
+ info.driver_version = ISST_IF_DRIVER_VERSION;
+ info.max_cmds_per_ioctl = ISST_IF_CMD_LIMIT;
271
info.mbox_supported = punit_callbacks[ISST_IF_DEV_MBOX].registered;
272
info.mmio_supported = punit_callbacks[ISST_IF_DEV_MMIO].registered;
273
0 commit comments