summaryrefslogtreecommitdiff
path: root/staging/cli_bpdu.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+750
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ch) treeefd8a2db74a685f2ab8988427e1bc52e4576223c parent7330c48ec09367e8da65e3ebf642b6c37bf244e3 (diff)
greybus: es2: remove unneeded BULK_* #defines
We don't need the defines for the number of bulk in or out endpoints anymore, as the driver just grabs the first ones it finds and runs with it. Reviewed-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat
-rw-r--r--drivers/staging/greybus/es2.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c