commit | d3692805f1bb9d5fa7f8c653764fcd0fa6d8e2a9 | [log] [tgz] |
---|---|---|
author | Thomas Stranger <thomas.stranger@outlook.com> | Thu Jun 17 13:41:48 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 17 19:26:23 2021 -0400 |
tree | b972bb0726aaa13156b61a96d23983fd0b12b579 | |
parent | 9bf65e557be445c9f9e9141c2308036c96cf811c [diff] |
samples: drivers: eeprom: remove needless null pointer check This commit removes a superfluous null pointer check. The device is accessed via a label. so in case it is not available a build error arises, but the pointer won't ever be null. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>