Oopenvela-robotmodem/alt1250: Fix alt1250 compilation error.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
modem/alt1250: Fix alt1250 compilation error. modem/alt1250/altmdm_timer.c: In function 'altmdm_timer_start': modem/alt1250/altmdm_timer.c:90:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion] 90 | return NULL; | ^~~~ modem/alt1250/altmdm_timer.c:101:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion] 101 | return NULL; | ^~~~ modem/alt1250/altmdm_timer.c:112:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion] 112 | return NULL; | ^~~~ cc1: all warnings being treated as errors Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers: modem: update altair modem update Altair modem with the ALT1250 implementation Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 |