commit | 990b000e31f50ced5ec7b497da4ac18ab94d7390 | [log] [tgz] |
---|---|---|
author | The Nguyen <the.nguyen.yf@renesas.com> | Wed Apr 23 15:50:38 2025 +0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 29 06:31:47 2025 +0200 |
tree | 8a18737456dd4458c0f920801ade17ea6551f2c0 | |
parent | ff41c717371207eaf84fa40c078584e03d0a1100 [diff] |
drivers: can: renesas: avoid breaking driver instance access Keep data instance inside of data structure. Avoid accessing global data or using pointers to out of data instance. Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>