commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=8a4a5ee3366d9c3e41e7c4a5eb19102be94fbb91
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Upstream is sitting on this, and it isn't really necessary for us, so
just drop it.  Hopefully something upstream will get sorted out.

Signed-off-by: Mike Frysinger <[email protected]>
---
 scripts/kconfig/confdata.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index 1a873f3..61c35bf 100644
--- a/scripts/kconfig/confdata.c
+++ b/scripts/kconfig/confdata.c
@@ -746,8 +746,6 @@ static int conf_split_config(void)
 		fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
 		if (fd == -1) {
 			if (errno != ENOENT) {
-				conf_warning("sym '%s' with path '%s': %s",
-					     sym->name, path, strerror(errno));
 				res = 1;
 				break;
 			}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to