From 0b9ad3cb150e0fa7bb559e6664fb6c9458c3fd24 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Tue, 15 Jan 2008 23:26:52 +0200 Subject: [PATCH] [IRDA]: irda_create() nuke user triggable printk [ Upstream commit: 9e8d6f8959c356d8294d45f11231331c3e1bcae6 ] easy to trigger as user with sfuzz. irda_create() is quiet on unknown sock->type, match this behaviour for SOCK_DGRAM unknown protocol Signed-off-by: Maximilian Attems Signed-off-by: David S. Miller Signed-off-by: Adrian Bunk --- net/irda/af_irda.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c index f74b936ce8bf..400c58c83f4a 100644 --- a/net/irda/af_irda.c +++ b/net/irda/af_irda.c @@ -1141,8 +1141,6 @@ static int irda_create(struct socket *sock, int protocol) self->max_sdu_size_rx = TTP_SAR_UNBOUND; break; default: - IRDA_ERROR("%s: protocol not supported!\n", - __FUNCTION__); return -ESOCKTNOSUPPORT; } break; -- 2.39.5