summaryrefslogtreecommitdiff
path: root/staging/cli_interface.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+142
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>
bd8141a4853be5c031523'>9e93f21b4309572c646bd8141a4853be5c031523 (patch) treec90ff5bf99d92a78308fd4b3ac7b54acaaccedcc /drivers/connector parentf2dec1eae8029bb056a3c1b2d3373681fa8e3e7a (diff)
connector: Use ktime_get_ns()
Replace the ever recurring: ts = ktime_get_ts(); ns = timespec_to_ns(&ts); with ns = ktime_get_ns(); Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'drivers/connector')