summaryrefslogtreecommitdiff
path: root/astraceroute
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:33:12 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:33:12 +0100
commit4e0b58a016730ab9b3d817d3d4dcd4182d399f74 (patch)
tree7ec7ae3511c0a8a1e99dc4dc5f446708544b41fa /astraceroute
parent751c3e907432b9848f1b625a5e54fa2dcfab3b2d (diff)
build: get latest release tag via git-describe
To automatically create the shortlog for the .MAIL_MSG, we use git shortlog. However, we do not want to include old stuff, so let only commits pass that were between the previous release and now. (Untested for now, since there is no futher tag.) Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'astraceroute')
0 files changed, 0 insertions, 0 deletions
0b74613fb18dfd0a5aa99270ee2e72d5c808d7 (diff)
regulator: twl6030: fix range comparison, allowing vsel = 59
The range min_uV > 1350000 && min_uV <= 150000 is never reachable because of a typo in the previous range check and hence vsel = 59 is never reached. Fix the previous range check to enable the vsel = 59 setting. Fixes CoverityScan CID#728454 ("Logially dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/usb/gadget/udc/bdc/Kconfig')