/* * Mausezahn - A fast versatile traffic generator * Copyright (C) 2008-2010 Herbert Haas * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses/gpl-2.0.html * */ #include "mz.h" #include "cli.h" #include "mops.h" int mops_direct(char* dev, int mops_type, char* argstring) { printf("Got device {%s} type {%i} and argstring {%s}\n", dev, mops_type, argstring); return 0; } rm'>
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@kernel.org>2016-11-03 16:44:09 +0200
committerDoug Ledford <dledford@redhat.com>2016-12-03 13:12:52 -0500
commit2716243212241855cd9070883779f6e58967dec5 (patch)
treecb57055e9e2245cc76e44c9e61545816d94fcdd8 /Documentation
parente37a79e5d4cac3831fac3d4afbf2461f56b4b7bd (diff)
IB/mad: Remove debug prints after allocation failure
The prints after [k|v][m|z|c]alloc() functions are not needed, because in case of failure, allocator will print their internal error prints anyway. Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation')
n/devicetree/bindings')