commit | 91bd2855edbc6a941bf0b16990fbf2894c41c388 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Thu Mar 16 10:19:54 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 08 18:20:57 2017 +0200 |
tree | 3ba75b7c58bb29cd5535bdcbb990976faab7afef | |
parent | b04e08549910626cda1dbe68ed600afa3ce2af81 [diff] |
w1: Remove unneeded use of assert() and remove w1_log.h The only use of assert() is in matrox_w1.c and is used to check the input to probe() from the PCI subsystem for NULL values, these are guaranteed to be populated and no other PCI driver makes this check, remove this. As this was the only definition in w1_log.h, remove this also. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>