summaryrefslogtreecommitdiff
path: root/net/dns_resolver/internal.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-01-11 17:55:46 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2017-01-11 22:49:54 -0500
commit98624c4fed0abd848b291fbd3da18c2251b79429 (patch)
tree1ae53edbd55fc8873140b7a444f04f63ce1690f1 /net/dns_resolver/internal.h
parent17e5fc58588b5e3df8220c90a9d8af55201d6b45 (diff)
scsi: qla2xxx: remove irq_affinity_notifier
Now that qla2xxx uses the IRQ layer affinity assignment, affinity won't change over the life time of a device and the notifiers are useless. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'net/dns_resolver/internal.h')
0 files changed, 0 insertions, 0 deletions
ime_sub(ktime_get(), time_start)); despite the actual use of "time_start" not having changed in any way. It appears that simply changing the type of ktime_t from a union to a plain scalar type made gcc check the use. The variable wasn't actually used uninitialized, but gcc apparently failed to notice that the conditional around the use was exactly the same as the conditional around the initialization of that variable. Add an unnecessary initialization just to shut up the compiler. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/atm/speedtch.c')