commit | f6b2bce6508f5462ba6d3d63aff00a0a6b50108b | [log] [tgz] |
---|---|---|
author | Tanmay V Jagdale <tjagdale@codeaurora.org> | Fri Mar 03 14:31:07 2017 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Mar 31 00:37:22 2017 -0700 |
tree | a53c665d0f250e99431a229819d49b931509938c | |
parent | a14bcdf482561a3c7c674dded60da515e0c846df [diff] |
[qca-nss-drv] Use BUILD_BUG_ON and change nss_freq_sched_change Fixed the following issues: - Used BUILD_BUG_ON macro provided by Linux kernel to perform compile time structure size checks. - Changed the return type of nss_freq_sched_change() to bool so that the freq_scale_index counter can be updated accordingly Change-Id: I075e8bd4d57576c9d8bf70c930c96a8e3a345a63 Signed-off-by: Tanmay V Jagdale <tjagdale@codeaurora.org>