Loading drivers/media/platform/msm/dvb/demux/mpq_sdmx.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -339,8 +339,8 @@ int sdmx_open_session(int *session_handle) /* Get and print the app version */ version_ret = sdmx_get_version(*session_handle, &version); if (version_ret == SDMX_SUCCESS) pr_info("%s: TZ SDMX version is %x.%x\n", version >> 8, __func__, version & 0xFF); pr_info("%s: TZ SDMX version is %x.%x\n", __func__, version >> 8, version & 0xFF); else pr_err("%s: Error reading TZ SDMX version\n", __func__); Loading Loading
drivers/media/platform/msm/dvb/demux/mpq_sdmx.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -339,8 +339,8 @@ int sdmx_open_session(int *session_handle) /* Get and print the app version */ version_ret = sdmx_get_version(*session_handle, &version); if (version_ret == SDMX_SUCCESS) pr_info("%s: TZ SDMX version is %x.%x\n", version >> 8, __func__, version & 0xFF); pr_info("%s: TZ SDMX version is %x.%x\n", __func__, version >> 8, version & 0xFF); else pr_err("%s: Error reading TZ SDMX version\n", __func__); Loading