drivers: rtc: drop printk statement from RTC Shell
Remove a printk forgotten in rtc get command. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
5029922384
commit
6be960ae71
1 changed files with 0 additions and 2 deletions
|
@ -197,8 +197,6 @@ static int cmd_get(const struct shell *sh, size_t argc, char **argv)
|
|||
{
|
||||
const struct device *dev = device_get_binding(argv[1]);
|
||||
|
||||
printk("in RTC Shell Get\n");
|
||||
|
||||
if (!device_is_ready(dev)) {
|
||||
shell_error(sh, "device %s not ready", argv[1]);
|
||||
return -ENODEV;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue