commit | 8bf49e72b7c85e801b622001a5d4ea26bfe0b3ca | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Feb 26 15:29:13 2013 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Feb 26 15:31:25 2013 -0800 |
tree | 3591fc302ce176e95e21a531b8807242bfb4e0ff | |
parent | 4d442d9016d5b0ff40a8e49857cebd7e9c24759d [diff] |
misc: Increase dynamic number space We've exhausted all of the 64 dynamic minor numbers in misc devices. Ideally, we shouldn't be using so many misc devices. We should be using cdev directly instead. Increase the number for now so that kernel drivers don't fail to probe. Change-Id: I514f4acc7d27b68005ec7f0a8d4ab3c0906b36ff Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>