commit | 97326c0445a9f2bb0cf40b2d2bf1ce6f638cd4fe | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Mon Mar 09 12:49:07 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri May 08 23:07:44 2020 +0200 |
tree | 7592e94cf861511fbcc013fd926e2c4426cd1a0d | |
parent | 8d7bb8ffd8faba73628e18e4651e20896da9751e [diff] |
device: Fix structure attributes access Since struct devconfig was merged earlier into struct device, let's fix accessing config_info, name, ... attributes everywhere via: grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g' Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>