On 2015-01-06 21:00, Linus Torvalds wrote:
On Jan 6, 2015 11:47 AM, "Jef Driesen" jef@libdivecomputer.org wrote:
These functions aren't used anywhere. Is that on purpose, or is there something missing in the patch?
Not missing, no. Just too much cut-and-paste. The case statement with the actual callbacks does the "warning" callbacks twice. The second set should be "alarm" (ie cases 0x0019 and 0x001a).
I fixed the mistake and pushed the patches.
Jef