File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ LOG_MODULE_REGISTER(i2c_imx);
2626
2727struct i2c_imx_config {
2828 I2C_Type * base ;
29- void (* irq_config_func )(const struct device * dev );
29+ void (* irq_config_func )(const struct device * device );
3030 uint32_t bitrate ;
3131};
3232
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ struct k_sem *_trace_list_k_sem;
4848static int init_sem_module (const struct device * dev )
4949{
5050 ARG_UNUSED (dev );
51+ int exp ;
5152
5253 Z_STRUCT_SECTION_FOREACH (k_sem , sem ) {
5354 SYS_TRACING_OBJ_INIT (k_sem , sem );
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ static void *chunk_mem(struct z_heap *h, chunkid_t c)
2121static void free_list_remove_bidx (struct z_heap * h , chunkid_t c , int bidx )
2222{
2323 struct z_heap_bucket * b = & h -> buckets [bidx ];
24+ int remove ;
2425
2526 CHECK (!chunk_used (h , c ));
2627 CHECK (b -> next != 0 );
You can’t perform that action at this time.
0 commit comments